The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I put an advertisement in my showthread template, so I don't want vBulletin's 'built-in' footer advertisement to show there too. I have the following code for the built-in advertisement (Above Footer placement), however the code inside the if statement is still showing on showthread pages.
Code:
<if condition="THIS_SCRIPT != 'showthread'"> <vb:literal> <div align='center'> <!-- AllPages_Leaderboard_Footer_728x90 --> ***GOOGLE CODE HERE*** </div> </vb:literal> </if> Here's a link to one of our showthread pages. Note that there may be empty space in the bottom footer ad, due to how Google is serving them. Thanks, David |
#2
|
||||
|
||||
![]()
This is actually in your page source:
HTML Code:
<div id="ad_global_above_footer"><if condition="THIS_SCRIPT != 'showthread'"> <div align='center'> |
#3
|
|||
|
|||
![]()
Lynne,
That worked great, thanks! |
#4
|
|||
|
|||
![]()
I noticed a slight variation between logged in and logged out users, in all browsers I tested. When logged in, there's no space left for the ad, but the space exists when logged out.
I have line breaks inserted in my code, otherwise when logged in, The ad will appear on top of the "previous, next" thread links. Is there something wrong with my code? Is there somewhere else my code should be inserted? Logged Out: Logged In: Code: Code:
<vb:if condition="$show['next_prev_links']"> <vb:literal> <div align='center'> <!-- Forum_Thread_Leaderboard_Footer_728x90 --> *** ADSENSE CODE HERE *** </div> <br><br><br><br><br><br><br> </vb:literal> <!-- next / previous links --> <div class="navlinks"> David |
#5
|
||||
|
||||
![]()
I would need a test username/password in order to take a look at what is going on for logged in users.
I would not use this: <br><br><br><br><br><br><br> 1. It is <br />, not <br> 2. The proper thing to do is use CSS to put some padding on the bottom. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|