Search
Search Only:

Search Keyword section

Total: 14 results found.

...  RewriteRule (.*) /cache/$1 [L] The above two lines should just after "RewriteEngine On" and before the Joomla core rewrite section Must the url end with ".html"? Not realy. If your urls ...
... Contacts Search - Categories Search - Sections Search - Newsfeeds You can disable the above search plugins from Extensions -->Plugin Manager      2. If you don't have Uncategorized Articles or  ...
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 ...
5. 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 ...
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), ...
8. 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 ...
9. 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 ...