Thursday 18 December 2003 3:43:52 am
Hi all Just wondering about the override system. I have a custom class, this class have it's own class override. In addition I have a node override. This have led me to test out the following cases. Pseudo override.ini.append file
[full_newsfolder_class_16.tpl]
... Match[class]=16
[full_newsfolder_node_67.tpl} Match[Node]=67 Here the node override does not work, and when viewing node 67 the class template is shown instead. However, if I flip the order in the override file then the node and the class override works. Is it supposed to be like this, if yes, are the order of override documented anywhere? pseude override.ini.append file (this works)
[full_newsfolder_node_67.tpl} Match[Node]=67
[full_newsfolder_class_16.tpl] Match[class]=16
Cheers Tore
|