Mobile app version of vmapp.org
Login or Join
Phylliss660

: How to create Joomla templates? I see a lot of sites selling Joomla templates at a premium but most of them look simple enough to build. Where can I find some tutorials to create such templates

@Phylliss660

Posted in: #Cms #Joomla #Template

I see a lot of sites selling Joomla templates at a premium but most of them look simple enough to build.

Where can I find some tutorials to create such templates which I can provide users for free?

10.05% popularity Vote Up Vote Down


Login to follow query

More posts by @Phylliss660

5 Comments

Sorted by latest first Latest Oldest Best

 

@Phylliss660

I'm late to the party on this one, but check out How-To Joomla's section on templates.

10% popularity Vote Up Vote Down


 

@Speyer207

Have to give credit to www.artisteer.com/ for creating a Dreamweaver like GUI for Joomla Template building. It's so scary easy now. Seems to work for the others (Wordpress, Drupal, etc) as well.

10% popularity Vote Up Vote Down


 

@Cofer257

mar10's links are worth reading for advanced stuff, but you can create a template really simply:


Create a new folder under /templates for your template.
Copy the templateDetails.xml file from another template and edit it for your template name etc.
Create an index.php file and use that as the main template.
Wherever you want a module position to go, put this special code: <jdoc:include type="modules" name="left" /> (where "left" is the module position).
Wherever you want the main content to go, put this code: <jdoc:include type="component" style="content" />


That's all you need for the absolute basics.

10% popularity Vote Up Vote Down


 

@Chiappetta492

The official Joomla tutorial will walk you through an incredibly simple (albeit stripped-down) template build.

The process is similar to building a template for many popular Content Managers, with it's own quirks here and there. A Joomla template is largely comprised of an index.php file that is a styled framework of the sites design. JDOC tags are then used to configure things like module positions that are specific to Joomla (which are then styled through CSS).
docs.joomla.org/Tutorial:Creating_a_basic_Joomla!_template

10% popularity Vote Up Vote Down


 

@Sarah324

Here are a few:

www.absalom.biz/tutorials/Mambo_Template_Tutorial.html http://net.tutsplus.com/tutorials/other/creating-your-first-joomla-template/ joomlatp.com/joomla-template-Tutorials/how-to-create-joomla-template-with-dreamweaver.html http://www.compassdesigns.net/joomla-tutorials/joomla-template-tutorial www.compassdesigns.net/joomla-tutorials/joomla-15-template-tutorial (This one is good) you can also find other tutorials relating to design on the same site - www.compassdesigns.net/joomla-tutorials/

Good luck and enjoy!

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme