Is there an easy way or plugin that will block users from viewing the amount and identity of Group members? I would like to restrict this such that one can only find someone through searching. I want to allow only the admin to see all members. Thanks
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- iionly@iionly
iionly - 0 likes
You must log in to post replies.The group members view in the sidebar is mod/groups/views/default/groups/sidebar/members.php. You could override this view with a modified version (http://docs.elgg.org/wiki/Overriding_a_view). If you want only admins to see it then capsule the code within an if-clause:
Then normal users / group members won't see the member's list in the sidebar anymore.