Forums / Setup & design / article override for different sections

"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".

article override for different sections

Author Message

Prabhavathi Ramesh

Tuesday 21 October 2003 3:27:15 am

I have to display the articles in different sections in different layouts. So I have overriden the full.tpl for articles in each section.
Still it is using the standard section oevrride template for other sections also. What would be the problem?also I have cleared the cache..

order of override.ini is like this:

[ss1_article]
Source=node/view/full.tpl
MatchFile=ss1_article.tpl
Subdir=templates
Match[class]=2
Match[section]=4

[ss2_article]
Source=node/view/full.tpl
MatchFile=ss2_article.tpl
Subdir=templates
Match[class]=2
Match[section]=5

[article]
Source=node/view/full.tpl
MatchFile=article.tpl
Subdir=templates
Match[class]=2
Match[section]=1

Pål Øystein Carlsen

Thursday 30 October 2003 12:31:17 am

I have no answer to this, but I am having a related problem, does anyone have any solution?