![]() |
how to restrict guests, not able to see moderator posts
Dear friends,
i will be gladfull if u can show me a hack that i can install for restriciting a usergroup to not be able to see other usergroups post.. for example: guests not able to see moderators replies and posts or users not able to see super moderators replies and posts |
Wrap a template conditional around the postbit:
<if condition="!$bbuserinfo['userid'] == 0 OR !is_member_of($post['usergroupid'],array(5,6,7))"> </if> This is a quick-and-dirty approach, but it'll work, and that's probably what you're after. The proper way to do it would be by modifying the showthread query. |
I need this for vb4.
|
All times are GMT. The time now is 01:33 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|