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

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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