Forums / Developer / How to override folder view for certain section?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

How to override folder view for certain section?

Author Message

Petr Mrzena

Tuesday 01 July 2003 7:11:58 am

I need to override template for view of certain section. I tried it to do it this way:

in settings/siteaccess/admin/override.ini I added this
[emaillist]
Source=node/view/full.tpl
MatchFile=emaillist.tpl
Subdir=templates
Match[class]=1
Match[section]=1

I think that this mean: In case it is section 1 and class 1 use emaillist template (in design/admin/override/templates/emaillist.tpl). But it don't work.

Please how to do it?

Thank you

Paul Borgermans

Tuesday 01 July 2003 8:12:23 am

If you did not clear all caches, then its a bug which you should report.

--paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

Petr Mrzena

Wednesday 02 July 2003 12:46:49 am

I totally forgot about clearing cache. Sorry