Wednesday 13 July 2005 2:40:06 am
I'm setting up a multilingual site with ezp, and either I don't understand something, either something doesn't make sense.
The current settings override order:
- settings/x.ini
- settings/siteaccess/y/x.ini.append - settings/override/x.ini.append doesn't sound logical to me. Initially, I thought it would have been global => global override => siteaccess. That way for instance, you can setup all the common stuff in global overrides, then finetunes for each siteaccess in the respective ini files. In my multilanguage website example, I could have done: override/site.ini.append:
[SiteSettings]
LoginPage=embedded
then in siteaccess/foo/site.ini.append
[SiteSettings]
SiteName=... SiteURL=... And so on. Now I have to totally replicate the siteaccess folder and edit all files everytime. I'm not even sure how i'm gonna handle my overrides, actually :)
<b>suggestion:</b> I was thinking about an additionnal setting like AdditionnalSiteSettingsList which would let you specify an override folder where settings would be loaded for that siteaccess. Thoughts ? And maybe suggestions if I'm doing something wrong... :) Thanks !
|