[Zope3-Users] write a product keeping the customization of
the instances in mind
E. Frerich
e.frerich at nord-com.net
Tue Aug 16 07:29:07 EDT 2005
Am 16 Aug 2005 um 12:29 hat Christoph Frick geschrieben:
> hi list,
>
> i am still writing on my racerank software and i am currenlty
> adressing the problems that revolve around the "customizeability". so
> i have quite some questions i put together in one mail - maybe all of
> them can be solved by reading the right URL - so feel free to push me
> in the right direction with a nice RTFM ;)
>
> a) i want my skin to be the default for certain views. this means i
> have
> a set of options i regulary use the ZMI views. but i want the page
> itself to be itself look like i want it too - thats why i defined a
> layer/skin "racerank" and moved e.g. my index.html into this layer.
> accessing the index.html now only works if i call it with
> ++skin++racerank - otherwise i get a 404; is there a way to use the
> set layer as default for the file? so no ++skin++... needed? or is
> a layer/skin the wrong approach at all for customizing views to
> users (not admin users)?
look at overrides.zcml in your Zope instance /etc
[snip]
More information about the Zope3-users
mailing list