Jump to content



Welcome to KnowledgeSutra - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
- - - - -

Joomla/mambo Theme Tutorials


1 reply to this topic

#1 barnes

    Member [Level 2]

  • Kontributors
  • PipPipPipPipPip
  • 83 posts

Posted 29 May 2006 - 02:32 AM

Can anyone point me in the right direction for a way to make Mambo/Joomla themes? It seems a bit confusing to me...

Thanks.

#2 Paul

    Premium Member

  • Kontributors
  • PipPipPipPipPipPipPipPip
  • 174 posts
  • Gender:Male
  • myCENT:ZERO

Posted 30 May 2006 - 10:18 PM

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, 30 May 2006 - 10:20 PM.





Reply to this topic


This post will need approval from a moderator before this post is shown.

  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users