Home
The Toolkit for Online Communities
15889 Community Members, 0 members online, 1810 visitors today
Log In Register

Forum OpenACS Development: Re: subsite-master template

OpenACS Home : Forums : OpenACS Development : Re: subsite-master template : One Message

+
Posted by Roger Williams on
I thought there was some problem where a subsite specific main page had to be stored in a directory under the root, since the subsite main page came from the /skin directory.

I mention this because you reference a subsite-master template.

Maybe you guys fixed this (which was originally a problem in ACS 4.2b).

Regards..

+
Posted by Robert Locke on
Hi Roger,

The DefaultMaster parameter of any subsite contains the path to the default master skin starting from the installation's root directory (eg, /web/servername).  So "/www/templates/default/index" would be a valid entry if your master template files were located at "/web/servername/www/templates/default/index.(tcl/adp)".

Don't know if that means the problem was fixed, but I assume so.