Search
Search Only:

Search Keyword Joomla1.0.x

Total: 3 results found.

Joomla1.0.x module - mod_MostReadByCategoryOrSection If the current menu is using com_content(or com_contentex), this mod will display most read articles of the category or section selected by the menu. ...
Joomla1.x moduleĀ  Mod_latestnewsByCategoryOrSection : If the current menu using com_content, this mod will display latest Contents of the category or section selected by the menu. For frontage and some ...
In joomla1.0.x, If the active menu links to com_content, we can use the following code to get the active menu linked content's section id and category Id. global $Itemid; $activeMenuItemId=$Itemid; $params=array(); $sql ...