I have an array of objects that is being generated from an SQL query within a custom Joomla! 1.5 component:
I have set mod_rewrite in joomla so I can use link like http://www.mysite.com/home, http://www.mysite.com/contact where home and contact are link开发者_StackOverflow社区 aliases.
I am trying to find a way to write pure PHP in my articles with Joomla (currently using 1.5). The closest I got so far was to use a plugin called Sourcerer (see link)
I am using the Sourcerer plugin to use PHP code inside my articles. I would like to use the Joomla API/framework inside my article to dynamically set the HTML meta tags and other stuff. I found the se
there is a error called Error! Could not find a Joomla! XML setup file in the package.while installing the module in joomla1.5. there is the xml file but the version notified in the xml file is 1.6. I
I am using the below PHP code to set the page title and the description meta tag within an article $doc =& JFactory::getDocument();
How can I remove the article title from the readmore link in Joomla? I don\'t have sh404SEF. <?php if ($this->item->readmore_register) :
I want to add a unique 3 column row only to Frontpage. I also want to be able to change the contents of these columns via Admin panel. I don\'t want these 3 columns to be shown on any other page withi
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'m building a VirtueMart site that has hierarchical product categories, i.e.: Grinders -> Metal | Plastic | Electric