Tips, Tricks and Information for the Modern Technologist

Category: Joomla


Adding a Module Position in a Joomla 1.5 Template

Posted 27th September in Code Samples, Configurations, Joomla, PHP. 6 Comments

Adding a module position in a Joomla 1.5 template is not as easy as it was in the 1.0 templates. It is a two step process: 1. Add code to template PHP file. For example, this would go in the index.php file in the template folder – or if you are adding it in an [...]


Joomla! 1.0.12 Double Pathway Bug

Posted 27th June in Code Samples, Joomla, PHP, Webdesign. 5 Comments

Joomla! 1.0.12 appears to have a pathway bug. If you use a component other than com_frontpage for the “Home page” of Joomla – meaning the first link in mainmenu and the page that appears when you load the root of the Joomla! site – then when you click on an article you get a “Double [...]