The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Ads for guests
Hi all,
I'm displaying some ads in the ad_navbar_below template, and I only want to show them to guests. However, it doesn't seem to work with: Code:
<if condition="$post[postcount] == 1 AND !$bbuserinfo[userid]"> EDIT: Done with the following: Code:
<if condition="$bbuserinfo['userid'] == 0"> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|