Forums / Setup & design / templates not overridden (3.9.2php5)

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

templates not overridden (3.9.2php5)

Author Message

andre müller

Thursday 30 August 2007 3:07:16 am

hello

i'm using the webin extension and placed a pagelayout.tpl into the ezwebin/override/templates folder of the ezwebin extension. but no overriding happens. cleared all caches manually, checked permissions and debug output. nothing. ez simply loads the pagelayout.tpl from the ezwebin/templates folder. has anything changed in 3.9 or could this be a php5 version bug?
thanks for any hint..

Guilherme Longo

Thursday 30 August 2007 3:35:28 am

Its happen with me too.
I saved one original copy of pagelayout and i maked changes in my own pagelayout.tpl in templates.

When i know whats happen i'll move the changed template for override/templet folder and put the backup of pagelayout.tpl again.

André R.

Thursday 30 August 2007 3:55:28 am

Have both of you added an override rule to override.ini ?

It should look something like this:

[presse_biside]
Source=pagelayout.tpl
MatchFile=my_pagelayout.tpl
Subdir=templates

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

andre müller

Thursday 30 August 2007 6:54:17 am

thanks for the reply, andre r.!
no, i didn't add an entry in the override file, but as you say, i may have to. it seems that the files in override/templates do not override the files in templates/ if they are in the same design resource..