Thursday 24 July 2003 11:21:24 pm
If you're using ezP 3.0, you'll have to write an override for full_class_1.tpl. This is the override that will decide how to display the content of the folder class. Pretty much the same in ezP 3.1, but there you can name you override whatever you want, but you have to add some lines to your override.ini. Something like:
[folder_full]
Source=node/view/full.tpl
MatchFile=folder_full.tpl
Subdir=templates Match[class]=1 Also it's pretty useful to turn on debugging in your site.ini.append.php.
[TemplateSettings] Debug=enabled This will show you which template(s) are used on your respective node, and is a way to make sure that you are working with the correct file. Regards Bjørn.
|