Search This Blog

Monday, February 14, 2011

Joomla Template Integration = Very Important

Steps for joomla integration of your own design.

(1) copy any joomla template and make its copy. and rename the original one with ur own project name..

(2) put your whole main div code to the index.php of the perticular template.

(3) make its own default module.. each module for each section...

(4) in joomla administrator module go to module manager and click on new.

(5) select custom HTML.

(6)give the title enable it, put the position which is described on your own module in php file for example

<jdoc:include type="modules" name="home_banner" />

(7) put ur html code in html area... and thats it...

(8) put ur all images in to ur template images folder as well joomla main images folder also...

(9) put css in css folder of template.

(10) main middle area or content area is work dynamically so put that code separate with the code

<jdoc:include type="component" />

(11) this component is in the component folder work with dashboard area....

components\com_dashboard\views\dashboard\tmpl

u must need to change ur data as per ur requirement....

(12) put this code on the top of ur index.php for error message display..

<jdoc:include type="message" />

No comments:

Post a Comment