The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Widget visible to all but one group?
Hi,
I have created a static html widget that I want to be visible for everyone except one group. To solve this I guess I have to create a new template with the same info as vbcms_widget_static_page and then add some if statement around it all to get it to show as I want? The the question is, how does this if statement look like? I have never coded vb so I'm very green. Thanks Ola |
#2
|
||||
|
||||
HTML Code:
<vb:if condition="is_member_of($bbuserinfo, x,y,z)">stuff</vb:if> |
#3
|
|||
|
|||
Thanks, worked like a charm
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|