vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Showing Advertisement on All Pages except showthread (https://vborg.vbsupport.ru/showthread.php?t=295433)

David Karol 02-24-2013 08:47 PM

Showing Advertisement on All Pages except showthread
 
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>

Does anyone know what I'm doing wrong? Internally, could there be a vb:literal around everything in that text box?

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

Lynne 02-24-2013 11:08 PM

This is actually in your page source:
HTML Code:

<div id="ad_global_above_footer"><if condition="THIS_SCRIPT != 'showthread'">
<div align='center'>

You cannot use conditions in the Advertising Manager, only in templates. So, you will need to not use the Advertising Manager for that particular ad and instead enter your code directly into the ad_global_above_footer template.

David Karol 02-24-2013 11:36 PM

Lynne,

That worked great, thanks!

David Karol 02-25-2013 03:27 AM

1 Attachment(s)
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:
https://vborg.vbsupport.ru/attachmen...1&d=1361766212

Logged In:
https://vborg.vbsupport.ru/attachmen...1&d=1361766212

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">

Thanks,
David

Lynne 02-25-2013 06:57 PM

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.


All times are GMT. The time now is 01:43 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01118 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete