Forums / Setup & design / How to list users in ez based on group and the owner ?

How to list users in ez based on group and the owner ?

Author Message

Selmah Maxim

Saturday 19 November 2005 5:33:57 am

can you help ?!

Ɓukasz Serwatka

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

Selmah Maxim

Monday 21 November 2005 8:48:08 am

Yes that what i mean :) thx