Quote:
Originally Posted by Antivirus
I would suggest using bitfields instead,( see https://vborg.vbsupport.ru/showthrea...eld+permission ).
But if you insist on using $vbulletin->options do like so:
In your template html:
<If condition="is_member_of($bbuserinfo, 5)">
You are admin... So cool you are!
<Else />
No coolness for you!
</if>
|
Ok I've used the bitfields, its showing in the usergroups but I don't know how to make the yes and no selection make a usergroups view or not view that page.
I got it to work, now I have a question.
How could I get the no permission default window to pop up when a usergroup is denied?
Finially got it all together.