Resource icon

Unmaintained Stop Locked Private Conversations

A. Can I add more privileged groups such as staff members?
Q. Yes, of course. Simply replace <xf:if is="{{$xf.visitor.isMemberOf([3])}}"> with <xf:if is="{{$xf.visitor.isMemberOf([3, 4, 5])}}">, replacing the numbers 4 and 5 with proper group ids.

A. How to find out which group id is a staff member?
Q. It's easier than you might think: go to Groups & Permissions -> User Groups and click on a staff group. Your url at the top should look like the following: https://forum.sbenny.com/admin.php?user-groups/administrative.3/edit
As you can see, I put in bold the number you should look for. In this case, being "administrative.3" the group id is 3.
Top Bottom