The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I want to put inline ads from adbrite on my forum, and they basically just gave me some simple code that i'm supposed to put somewhere in the body of the site, it looks like this:
HTML Code:
<script type="text/javascript" src="http://ads.adbrite.com/mb/blahblahblah"></script> |
|
#2
|
|||
|
|||
|
you would do this in your templates and use an if condition
Code:
<if condition="is_member_of($vbulletin->userinfo, X)"></if> note: that you can also do an <if condition>.... <else>..something else </if>
|
|
#3
|
||||
|
||||
|
Actually, if you want to show it for only unregistered users, you would use
HTML Code:
<if condition="$show[guest]"></if> |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|