Skip to main content

Provides a view on contents that displays the list of users having a role on it.

Project description

Provides a “Members” tab on selected content types. The view a the list of members having a role on the content, sorted by role.

Content types have just to implement IUserListingAvailable.

Add to the configure.zcml on your policy product:

<include package="collective.local.userlisting" />
<class class="my.package.content.MyContent.MyContent">
   <implements interface="collective.local.userlisting.interfaces.IUserListingAvailable" />
</class>

You can also check the interface in “Interfaces” tab of content in ZMI. In dexterity, you can select the behaviour. Changelog =========

1.3 (2013-07-18)

  • Improved algorithm so that members list shows users that have roles inherited from upper levels. [thomasdesvenain]

  • Plone 4.3 compatibility (fixes jq not found error). [thomasdesvenain]

  • fix namespace package declaration in setup.py [cewing]

  • Use png instead of gif file (Plone 4 compatibility). [ebrehaut]

1.2 (2013-04-24)

  • Roles displayed in Members tab are set with a property. [thomasdesvenain]

  • Now we have a dexterity behavior. [thomasdesvenain]

1.1 (2011-04-28)

  • Users that are not searchable do not appear on user listing. [thomasdesvenain]

  • Added tests. [thomasdesvenain]

  • Plone basic theme compatible. [thomasdesvenain]

1.0 (2011-04-06)

  • Initial release. [thomasdesvenain]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.local.userlisting-1.3.zip (24.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page