[Zope-PTK] Bugreport: When overriding skin in dtml,
stylesheetwon'tload
Shane Hathaway
shane@digicool.com
Tue, 13 Feb 2001 12:28:54 -0500
> Shane:
> > It sounds like you want users to have "mini-portals". Right? Could you
> > elaborate on the reason?
>
> Sigve:
> You are perfectly right! The reason is quite simple. I am developing a
> site for a "community", which consists of several sub-communities that
> each want their own look and feel. These sub-communities should be members
> of other communities. The scope of news and events should be selectable,
> so that important news should show up in the posted communitys "parent".
What about the possibility of creating a new portal object for each
user, then setting the request_varname for each portal_skins object to
something like "sub_portal_skin"? That way the user could vary the
primary skin and the personal skin independently.
Note that a portal object is, in fact, little more than a "skinnable
portal folder".
Shane