Search
Search Only:

Search Keyword section

Total: 10 results found.

1. Joomla plugin SEOMeta
(CMS/Joomla)
SEOMeta is powerful SEO plugin, it can help your site to avoid duplicate titles. It can help on frontpage, section, category and content. 1. FrontPage SEO. For pagination, from the second page, SEOMeta ...
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), ...
3. MulitAds1.1.3
(CMS/Joomla)
... control. Only the number articles will display the ads. 2.Add align style V1.0.3 Handle section and category blog layout.It perform the same as the frontpage. V1.1.0 1.Add exclude articles. 2.Add exclude ...
4. Default Joomla Modules
(CMS/Joomla)
... to the home page Statistics Shows various site stats Archive This module shows a list of the calendar months, which contain archived items. Sections Shows a list of all sections configured in your database ...
5. Joomla official site
(CMS/Joomla)
... column. help.joomla.org— Documentation and help for Joomla. This section is full of guides, help screens, and FAQs to help you get up and running with your Joomla site. Also found here is the official ...
... appearing when the mouse cursor hovers over it The type of parameter A categorized list is below: Content section - All published sections in a list category - All published categories in a list ...
... - Recommend mod_latestByCategoryOrSection Site statistics - can each day, month, year to view the site visit a few, Unique Visitor few, referrence site, visitors ip & state, etc - to use plug-in Joomla ...
... full control over the Joomla 1.5. generated URLs and the order how they must displayed. Get it here SectionEx SectionEx (com_sectionex) will list all articles within a section, grouped ...
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 ...