Forums / Developer / How Can I Override an Extension Template
Alex Jones
Tuesday 29 July 2003 12:01:53 pm
I have tried to override an extension template in override.ini.append for my site but it doesn't seem to take, nor does it throw any errors. Below is what I have in override.ini.append: [ezmatrixrow_steelchart] Source=/extension/matrixrow/design/standard/templates/content/datatype/view/ezmatrixrow.tpl MatchFile=ezmatrixrow_steelchart.tpl Subdir=templatesMatch[node]=842
I have also tried setting the source to use ../extension to no avail.
Any thoughts?
Alex
Alex [ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ] <i>When in doubt, clear the cache.</i>
Selmah Maxim
Thursday 31 July 2003 4:19:04 am
did you try this ?
Source=content/datatype/view/ezmatrixrow.tpl
and don`t forget to clean the cache befor testing the override!
Friday 01 August 2003 7:26:36 am
That worked. Thanks!