Monday 21 November 2005 5:07:15 am
Selmah, what exactly you want to do? You can fetch user from user group and filter by owner.
{fetch( content, tree,
hash( parent_node_id, USER_GROUP_NODE_ID,
class_filter_type, include,
class_filter_array, array( 'user' ),
attribute_filter,
array( array( 'owner', '=', USER.contentobject_id ) ) ) )}
Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog
|