Friday 11 May 2012 11:08:40 pm
Like any setting file, one just overrides the next in a certain order.
One option would be to remove the entry you don;t need in extension/ezflow/settings/image,ini.append,php
The other option is to load ezflow as an ActiveAccessExtension in your siteaccess instead of as an ActiveExtension in the overide/site.ini.append.php ... This has the effect of loading the ezflow settings BEFORE your siteaccess settings - thus changing the order of overriding and making your siteaccess settings take precedence. please keep in mind that this changes the order of everything in the extension, so your overrides have a higher precedence as well.. It should not be an issue as long as you take this into account.
Monday 14 May 2012 6:33:46 pm
Thanks, David.
Loading ezflow as an ActiveAccessExtensions solved my problem.
Other usefull informations could be found at http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Configuration-files/site.ini/ExtensionSettings/ActiveAccessExtensions
[ ]'s
Monday 14 May 2012 6:44:57 pm
Quote from Márcio Ferreira :Thanks, David.
Loading ezflow as an ActiveAccessExtensions solved my problem.
Other usefull informations could be found at http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Configuration-files/site.ini/ExtensionSettings/ActiveAccessExtensions
[ ]'s
HI.
I'm glad it helped!
-David
You must be logged in to post messages in this topic!