The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Restrict/allow users/groups
Like being able to make work this hack to vbulletin 3.5.4?
https://vborg.vbsupport.ru/showthrea...088#post747088 Since this does not work to me as thank you very much |
#2
|
||||
|
||||
It's not really a hack. It's just a conditional.
I don't want Usergroup 8 to see this (Templates) Code:
<if condition="!is_member_of($bbuserinfo, 8)">You're not in Usergroup 8, so you're allowed to see this.</if> Code:
if (!is_member_of($vbulletin->userinfo, 9)) { eval('print_output("' . fetch_template('my_template') . '");'); } else { print_no_permission(); } |
#3
|
|||
|
|||
cenkiuss
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|