The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
block ads on some page?
so theres ads even on the page which says you are not logged in please register!!!
naturally i wont get a new member if hes pissed its the ad which is global on the header(below header below logo) how do I disable/block ad on just that one page? Thanks |
#2
|
|||
|
|||
That would require more detail, as that message can show up on numerous pages.
If your not logged in and click on a members profile and they are disabled for guests, it will produce that message on member.php, same for trying to make a new post as a guest, it would show up on newreply.php etc... If you talking only about the register.php page, then you can wrap that ad in a if statement and exclude it from that one page. Code:
<vb:if condition=”THIS_SCRIPT !== ‘register’”> Your Ad Code Here </vb:if> Im sure you dont want to block the ad for all guests wither, so doing a if for the group wouldnt work either. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|