Category Archives: Joomla

Moving Virtuemart

When moving virtuemart from a build directory Edit administrator\components\com_virtuemart\virtuemart.cfg.php define( ‘URL’, str_replace(“/administrator/”,”/”,JURI::base())); define( ‘SECUREURL’, str_replace(“/administrator/”,”/”,JURI::base()));

Posted in Joomla | Tagged , | Comments Off

Create joomla 1.5 admin

This is something I do often enough to not want to google it .. Step 1 Create the new Joomla! User REPLACE INTO `jos_users` (`id`, `name`, `username`, `email`, `password`, `usertype`, `block`, `sendEmail`, `gid`, `registerDate`, `lastvisitDate`, `activation`, `params`) VALUES (’60′, ‘Admin2′, … Continue reading

Posted in Joomla | Tagged , , , | Comments Off

Joomla install with php running as nobody

Use this from command Line > chown -R nobody . Don’t forget to change the owner back to the account or ftp won’t work – never good comes from the instructions here: http://help.joomla.org/content/view/40/132/

Posted in Joomla, Unix | Tagged , , | Comments Off

Joomla captcha

This guy has a component that does it http://wiki.waltercedric.com/index.php?title=SecurityImages5.0.X

Posted in Joomla | Tagged , | Comments Off