Search
Search Only:

Search Keyword joomla extensions

Total: 12 results found.

A Search engine keywords highlight for Joomla. Support the following search engines: Google Yahoo MSN Live Ask Baidu  For a live demo, you can search 'Joomla extensions' with google. Search http://www.google.com/search?hl=en&q=joomla+extensions ...
Here are some tips and tricks to accelerate Joomla search speed: 1. For most sites, we only want the user search articles, so you  can disable the following search plugins:  Search - Weblinks Search - ...
To turn off cache, you need to do two things:  Global Configuration--> System-->Cache Settings-->Cache Please select 'No'; Extensions-->Plugin Manager-->System - Cache    Please disable ...
4. Joomla official site
(CMS/Joomla)
Here is a list of Joomla Official site: www.joomla.org— The main Joomla site and news. This lists the official news blog for Joomla. You can subscribe to news via RSS by clicking the link in the left-hand ...
Modules, plug-ins, and components all allow you to define configuration parameters through XML files. Many common parameter types are predefined and can be used in Joomla extensions. Every parameter you ...
There are three types of extensions that Joomla supports: Component, Module, and Plug-in, each with a specific use. Components Of the three extensions , components are the most essential. Components ...
After install MultiAds plugin, open Extensions->Plugin Manager, you will find the MultiAds. Select MultiAds and click edit button, you will see the MultiAds configuration page. In MultiAds ...
In joomla 1.5, you will notice all meta data generated are the same. It seems like: <title></title> <meta name="title" content="" /> <meta name="author" content=""/> <meta ...
Building site with Joomla, Usefull Joomla extensions Automatically generated site sitemap (html & google xml sitemap) - Recommend XMap plug-in Forum (integrated into Joomla, use the same user ...
I have been using Joomla! 1.5 over half an year now. To select the extensions that most suitable for me,I had digged Joomla! Extensions directory page by page, and tried the extensions each by each. ...
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 ...