vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Need Adsense Help Please (https://vborg.vbsupport.ru/showthread.php?t=147307)

Booyakan 05-15-2007 12:52 PM

Need Adsense Help Please
 
Hi,
I am showing adsense in my header, left side and posts. This brings me to my total of 3 ads. However, on the front page of my forum and other pages where there are no posts I use only 2 of the ads and could place adsense in my footer. Can someone please give me a code so that when I am on the posts page it wont show the footer adsense?

Guest210212002 05-15-2007 01:23 PM

I believe what you're looking for is this:

Code:

<if condition="THIS_SCRIPT != 'showthread'">

Booyakan 05-15-2007 02:47 PM

correct?

<if condition="THIS_SCRIPT != 'showthread'">ADSENSE CODE</if>

And if i wanted to not show this adsense on more pages it would be like this?

<if condition="THIS_SCRIPT != 'showthread' AND THIS_SCRIPT !='newreply' AND THIS_SCRIPT != 'editpost' AND THIS_SCRIPT != 'login'">ADSENSE CODE</if>

I am using vB Ad management and I put this statement in my code but the ads didn't disappear, so I please need a little help, thanks.


All times are GMT. The time now is 10:13 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.01763 seconds
  • Memory Usage 1,708KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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