Search
Search Only:

Search Keyword active menu

Total: 7 results found.

... For frontpage and some other cases(the active is not using com_content or com_contentex), it will display the most read contents,just as mod_mostRead does.It works properly in Joomla 1.0.x version natively ...
... other cases(the active is not using com_content), it will display the latest contents just as mod_latest does.It works properly in Joomla 1.0x version natively.  ...
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. For frontpage and some other cases(the active is not ...
V1.0: If the current menu using com_content, this mod will display latestly Contents of the category or section selected by the menu. For frontpage and some other cases(the active is not using com_content), ...
... other cases(the active is not using com_content), it will display the latest contents just as mod_latest does.It works properly in Joomla 1.5 version natively Get it here Missing Metadata ...
In joomla1.5.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. $menus = &JSite::getMenu();  ...
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 ...