Posted on November 23rd, 2015 by Chittaranjan Pattnaik
In Joomla there are different module positions available which can be used for showing from modules in particular positions within the template . But apart from those positions, modules can also be placed inside articles. Following is the step by step procedure to achieve it. 1. Login to the Joomla admin section. 2. Go to Content, then Article Manager […]
Posted on November 23rd, 2015 by Sandeep Saurabh
For creating a module in joomla we need two types of file. – PHP Scripts for business logic. – XML File for installing the Module and providing any default or administrative value to business logic codes. Other CSS and image files can also be included but these are optional according to the need. Easy Steps […]
Posted on November 23rd, 2015 by Chittaranjan Pattnaik
As a joomla developer, at times one may have a need to find the exact module positions in the template so that while changing the module position it doesn’t break the normal template structure. So to know the exact positions one can append ?tp=1 to the url of the joomla site.. For e.g: If your […]
Posted on November 23rd, 2015 by Shoumyashree Rath
As all of us know that Joomla is one of the very popular,robust CMS(Content Managment Systems).We can optimize a Joomla application by following some basic tips and will get a better and faster application. 1- Decrease the number of external and internal links on the pages. 2- The contents which are not being used in […]