| Thursday 14 August 2003 2:12:45 am 
                                                                
                                                                 I have a problems with the template overriding system while migrating a site from 3.0 to 3.1. 
All overrides are in the directorydesign/default/override/templates/node/view/
 After switching to 3.1 and getting a not working site, I had to realize that the automatic template overriding system was gone. With the minimal documentation floating around in the forum I created the required configuration file. And - its still not working. Then I played with the different parameters without any result. (Yes cache is cleared, etc.) This is a real pain... Any hints? Is there any 'compat 3.0' mode available? 
[settings/siteaccess/default/override.ini.append]...
 [full_node_47]
 Source=node/view/full.tpl
 MatchFile=full_node_47.tpl
 Subdir=templates
 Match[node]=47
 
[full_class_1]Source=node/view/full.tpl
 MatchFile=full_class_1.tpl
 Subdir=templates
 Match[class]=1
 
[line_class_1]Source=node/view/line.tpl
 MatchFile=line_class_1.tpl
 Subdir=templates/node/view
 Match[class]=1
 ...
 bye es tnx |