Spooky Case of the Wem Ghost
Reading Email with PHP and IMAP/POP3
Installing Proprietary nVidia Drivers on Ubuntu Linux
Garmin Edge 205 GPS Cycle Training Tool
Nasa's Space Shuttle Atlantis Transiting the Sun
Javascript Snippets

Joomla Templates

Thu 23 Nov 2006
4:33AM
compton
The Joomla Template system is very powerful and seemingly elegant. It will be essential for our graphic designers to be able to create templates that give the required professional, and unique, look and feel to our clients' sites. Part of this will necessitate an awareness of exactly how the templates work, so that new ones can be built and deployed smoothly.

There are actually two sets of templates on a site - the public ones which determine how the public pages appear, and the admin ones, which only apply to the back-end admin pages.

Each template has its own subdirectory within the templates folder (or administrator/templates). In this location, there is typically an index.php page, an XML file called templateDetails.xml, a thumbnail preview image, and two folders called css and images.
1 2   

compton

2:42 pm, Friday, 24 November 06

There is a certain amount of flexibility in how modules are rendered. However, for our purposes, we don't need the end user to be able to customise modules, so a more appropriate solution may be to create our own modules for page components, based on the designs from the graphics guys (viz Kashif).

I now need to take a good look at how to go about creating new modules. A module is no more than a rendering component, it offers an interface to the admin GUI where the rendering can be customised, and I believe that interface is defined by the module's XML file.

The two modules which are similar to what the client needs are the category list (mod_virtuemart) and the featured items list (mod_virtuemart_featureprod).

As mod_virtuemart is least like our requirements, I'll see if I can create our own custom version, which renders according to our design.
 
 

Bill Bartmann

10:50 pm, Wednesday, 2 September 09

I'm so glad I found this site...Keep up the good work
 
 
1 2  Leave Comment