On Tuesday 16 August 2005 06:29, Christoph Frick wrote: > 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)?
See overrides.zcml, where you can switch the default skin. Another option would be to define a IBeforeTraversal subscriber that adjusts the skin, like the skin preference demo in the trunk and the SchoolTool project does. Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
