Monday 12 September 2005 7:04:14 am
Dear Kristof, thank you very much.
I have tried, but maybe I made an error in a step and it doesn't work. I made this:
1. I edited the file settings/siteacces/<i>mysiteaccess</i>/content.ini.append.php adding this:
[ContentOverrideSettings]
EnableClassGroupOverride=true
2. I created a new class named "groups_table" and I have put this class in "tables" class group (ID 5). 3. I have added this code in settings/siteacces/<i>mysiteaccess</i>/override.ini.append.php
[table]
Source=node/view/full.tpl
MatchFile=full/table.tpl
Subdir=templates
Match[class_group]=5
4. I have deleted all the cache, but when I view a node containing an object create with the "groups_table" class the override system doesn't work and eZ publish use the standard template "design/standard/templates/node/view/full.tpl" instead the "full/table.tpl". Maybe I committed some errors in this procedure?
|