[Zope3-Users] different traversing for different users

garz garz at gmx.net
Wed Apr 9 19:39:22 EDT 2008


what i need is a different traversing for different users. the reason is, i
have some complex object hierarchy 
that i want to hide from the ordinary user, so that he gets some nice urls.
but the administrator should be 
able to traverse through every single object to do adjustments.

i startet to do solve this problem by adding additional semantics to an
objects traversable name, for example
if i want to have a subobject, i type
http://localhost:6060/subobjects_containing_object/subobject:name_of_the_subobject
but i realized that this approach will give me some problems at using
@@absolute_url.

so i thought, it would be much nicer, if when there is some user
authenticated as administrator, then he 
should simply use a different traverser. it should be possible to register a
traverser for a certain layer and 
therefor i could create two different skins and assign those to the
different groups of users. is that possible?
-- 
View this message in context: http://www.nabble.com/different-traversing-for-different-users-tp16599157p16599157.html
Sent from the Zope3 - users mailing list archive at Nabble.com.



More information about the Zope3-users mailing list