The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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:
|