On Thursday 10 April 2008, garz wrote:
> why isnt that already supported? if i want to enable skin support like in
> phpbb, such an option is needed anyways, isnt it?

At some point I wrote a demo on how to use the zope.app.preference package to 
change the skin based on the user. It was not that hard and did not require 
any special zope publication. Once you authenticate the user, a 
PrincipalCreated event is sent out. You simply write a subscriber to that 
event that looks up the skin and then simply calls applySkin(request, mySkin) 
and you are done.

Regards,
Stephan
-- 
Stephan Richter
Web Software Design, Development and Training
Google me. "Zope Stephan Richter"
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to