Forums / Setup & design / List objects created, edited by users

List objects created, edited by users

Author Message

Luc Chase

Tuesday 28 February 2006 5:00:07 am

I need to list the objects created or edited (and if possible deleted), grouped by User within User Group. This is to see which content editors are contributing to the site. Any existing examples of this kink of report? Does the Related Tool contribution do this?

The Web Application Service Provider

Ɓukasz Serwatka

Thursday 02 March 2006 12:21:55 am

This is basically SQL queries to ezcontentobject table. Then you can pass results to template via custom template operator.

From ezcontentobject_tree you can get user ids belongs to user group. Then use this ids and ask ezcontentobject table.

Look also on content tree enhanced_filters

http://pubsvn.ez.no/websvn/filedetails.php?repname=nextgen&path=%2Frelease%2F3.7.3%2Fdoc%2Ffeatures%2F3.6%2Fcontent_tree_enhanced_filters.txt&rev=0&sc=1

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog