Wednesday 17 September 2003 7:44:26 am
Here's what the doc says: The configuration files are read in this order:
/settings/site.ini
/settings/siteaccess/[directory]/site.ini.append
/settings/override/site.ini.append.php This means that settings in [3] override [2] which override [1]. If you want to change configuration settings for different siteaccess setups then create new directories under /settings/siteaccess and change them there *(also remember to put those new siteaccess rules in /settings/override/site.ini.append.php).* I'm not sure to what the *()* part is referring, however, here's what I have:
/settings/site.ini (not changed from default, but I removed comments)
[DesignSettings]
StandardDesign=standard
SiteDesign=admin AdditionalSiteDesignList[]=
/settings/siteaccess/ggila/site.ini.append (my "standard" design)
[DesignSettings]
StandardDesign=ggila SiteDesign=ggila
/settings/siteaccess/argentina/site.ini.append (a typical "sub-design)
[DesignSettings]
StandardDesign=ggila SiteDesign=argentina
/settings/override/site.ini.append
[DesignSettings] StandardDesign=ggila As near as I can tell, unless I'm missing something that has to be changed other than the [DesignSettings] section of the files, that should produce the desired result, ie. fallback to use of templates within the ggila design folder if there's not one in the argentina folder. Since the ggila folder is a straight copy of the original standard folder, everything is there and there are no missing templates. As a matter of fact, if I click on the "create a custom template" link, the template that's used as the default is the one from the ggila design.
Thanks for your help, but I must be missing something really obvious. RWW
|