The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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. |
#3
|
||||
|
||||
![]()
I need this for vb4.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|