Forums / Setup & design / New to Exponential - Setting up templates
Rick -
Monday 13 March 2006 11:58:44 pm
I'm new to Exponential, and I have to admit I'm finding it a bit confusing. The documentation is quite large, but I can't seem to find a simple step by step tutorial on creating a site with different sections having their own template.
I have my designs ready to go (css & xhtml) and my content loaded (using custom classes - they are great!). I've read some of the tutorials out there, but they are outdated, eg: http://ez.no/products/ez_publish/documentation/building_an_ez_publish_site/setting_up_the_main_layout and I can't seem to impliment my designs into the system.
Using this tutorial by Brad, http://www.sitepoint.com/article/table-less-css-ez-publish I've come to the conclusion that I do the following.
1.) Create a package2.) Modify pagelayout.tpl manually using ftp
But what about different templates? I'm sure it has something to do with the overrides... but I'm unsure.
Any pointers in the right direction is much appreciated.
Cheers,
Rick.
Tuesday 14 March 2006 1:20:57 am
Wait wait wait...
I think I've got it sorted now. Should have kept on reading this tutorial all the way through.
http://ez.no/products/ez_publish/documentation/building_an_ez_publish_site/the_welcome_page/creating_and_using_a_custom_template
My apologies.
Łukasz Serwatka
Tuesday 14 March 2006 1:23:51 am
Rick you are on a good way ;) This is tutorial is useful at the beginning, it will help you understand the basics and how to work with templates. It is still valid with latest Exponential versions.
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Betsy Gamrat
Tuesday 14 March 2006 6:41:58 am
There is an error log in ez/var/log which has template errors listed. It can be really helpful.
In addition - the <b>{$some_object|attribute(show)}</b> operator can help you navigate through the object attributes.