The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Show CMS Widget and Forum Blog to All But One Usergroup
I'm having trouble making an advertisement hidden for a specific user group (user group id=27)
Is there an easier way to do this than the method below? Is there anything obviously wrong? Here is my code: Code:
<vb:if condition!=is_member_of($bbuserinfo, 27)"> <div align='center'> <!-- Forum_Listings_Sidebar_VerticalRectangle_TopRight_240x400 --> <div id='div-gpt-ad-xxxxxxxxxxxxx-x' style='width:240px; height:400px;'> <script type='text/javascript'> googletag.cmd.push(function() { googletag.display('div-gpt-ad-xxxxxxxxxxxxx-x'); }); </script> </div> </div> </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|