Joomla Tips and Tricks
- Details
- Category: Tips_&_Tricks
- Published on Sunday, 22 January 2012 17:22
- Written by Mukesh Dak
- Hits: 54
Some Useful code for Joomla
// Note: remove space between load and module before use
// 1. Display a search box
{load module search,Search}
// 2. List Most Popular Articles.
{load module articles_popular,Articles Most Read}
// 3. List News
{load module articles_news,News Flash}
// 4. Who is online
{load module whosonline,Who's Online}
// 5. Breadcrumbs
{load module breadcrumbs,breadcrumbs}
// 6. List Latest Users
{load module users_latest,Users Latest}

