Father Sebastiaan Member Feb 28, 2013 #1 Hello, Is it possible to hide the userlist from certain groups? Seb
Slavik XenForo moderator Staff member Feb 28, 2013 #2 Yes, using template conditionals. Upvote 0 Downvote
Slavik XenForo moderator Staff member Feb 28, 2013 #4 It's not a default permission set, however adding the relevent code is very easy. Upvote 0 Downvote
Father Sebastiaan Member Feb 28, 2013 #5 Hmmmm so I cannot set which usergroups are going to be able to see the members list? I have a very private community and only want certain groups to see the member list. Upvote 0 Downvote
Hmmmm so I cannot set which usergroups are going to be able to see the members list? I have a very private community and only want certain groups to see the member list.
Slavik XenForo moderator Staff member Feb 28, 2013 #6 If you mean by going into the admin panel and chosing the usergroups with a button click no, However, what you would do is go into the template and add Code: <xen:if is="{xen:helper ismemberof, $user, 1}"></xen> Around the relevent section of code and it will only show it to usegroups you specify. Usergroup 1 being admins only. Upvote 0 Downvote
If you mean by going into the admin panel and chosing the usergroups with a button click no, However, what you would do is go into the template and add Code: <xen:if is="{xen:helper ismemberof, $user, 1}"></xen> Around the relevent section of code and it will only show it to usegroups you specify. Usergroup 1 being admins only.
Father Sebastiaan Member Feb 28, 2013 #7 Thank you.... this gives me hope... will the userlist actually be hidden or just not show up in the links? Upvote 0 Downvote
Thank you.... this gives me hope... will the userlist actually be hidden or just not show up in the links?
Slavik XenForo moderator Staff member Feb 28, 2013 #8 Father Sebastiaan said: Thank you.... this gives me hope... will the userlist actually be hidden or just not show up in the links? Click to expand... It will be hidden (not rendered by the server) to people who dont have permission, so even knowing the link wont help. Upvote 0 Downvote
Father Sebastiaan said: Thank you.... this gives me hope... will the userlist actually be hidden or just not show up in the links? Click to expand... It will be hidden (not rendered by the server) to people who dont have permission, so even knowing the link wont help.
L Luis Well-known member Mar 1, 2013 #9 You can try this AddOn of Dinh Thanh http://xenforo.com/community/resources/tinhte-more-xenforo-permissions.1370/ Upvote 0 Downvote
You can try this AddOn of Dinh Thanh http://xenforo.com/community/resources/tinhte-more-xenforo-permissions.1370/