Jump to content
xisto Community
Sign in to follow this  
barnes

Joomla/mambo Theme Tutorials How can I make my own themes?

Recommended Posts

Its quite easy actually.

Just design a site as you normally would, but while using CSS keep in mind the classes and ids that Joomla generates by default.

If you know PHP, you can edit the com_content (components) and the joomla.php (includes) to generate content like you want it, i can tell you fron expirience that editing the core files is a pain, but once you're done, everything's looking better :)

Then after you create the general template, for the main body section, place this in your template

<?php mosMainBody(); ?>
and for the other module positions just place this code:
<?php mosLoadModules ('ModulePositionName'); ?>


And you can add your own custom module positions by going to:
Site >> Template Manager >> Module positions

Just play around with the original template and you'll figure it out soon :)

Hope this helped!

Paul
Edited by Paul (see edit history)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.