| Thursday 24 July 2003 9:28:14 am 
                                                                
                                                                 I previously posted this http://www.ez.no/developer/ez_publish_3/forum/setup_design/different_templates_for_the_same_class_and_in_same_section and I'm sorry for repeating myself, but this is the only thing I need to resolve before going live with my site: 
http://www.stavangerkampsport.com/index.php(Norwegian)
 I have a class named 'profil' where I store information about members in our club. This is used for the 'Instruktører' and 'Styret' pages.  I need to use two different templates for showing content in the 'profil' class, as I wish to display different information in the two pages. I tried, as described in my previous post, to add this to the override.ini: 
[line_profil2]Source=node/view/line.tpl
 MatchFile=line_profil2.tpl
 Subdir=templates
 Match[parent_node]=65
 Match[class]=16
 
[line_profil]Source=node/view/line.tpl
 MatchFile=line_profil.tpl
 Subdir=templates
 Match[class]=16
 Where '65' is the node_id of the 'Styret'-folder. Please, please help me out... |