vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Question in how to add adsense code (https://vborg.vbsupport.ru/showthread.php?t=225705)

Penicillin 10-21-2009 03:33 PM

Question in how to add adsense code
 
Hello
I have many main forums, each one has child forums, so I want to add an AdSense code under the first main forum only.

In what template should I place the code?
Your help is so appreciated.

Penicillin 10-23-2009 10:35 PM

Please help

HMBeaty 10-23-2009 10:40 PM

If you are looking for a template, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source.

Attitude5ire 10-25-2009 03:47 PM

You have to use a conditional if you want only under first main one..
it has to been done in this template 'forumhome_forumbit_level1_nopost'

Penicillin 10-26-2009 01:37 AM

Quote:

Originally Posted by Attitude5ire (Post 1905967)
You have to use a conditional if you want only under first main one..
it has to been done in this template 'forumhome_forumbit_level1_nopost'

So thanks
But how can I use a conditional?
For information I want to display the ad code under forumid #1.

Attitude5ire 10-26-2009 03:45 AM

Code:

<if condition="$forum[forumid] == X">
Your code.. try this
</if>


Penicillin 10-26-2009 10:36 PM

Quote:

Originally Posted by Attitude5ire (Post 1906271)
Code:

<if condition="$forum[forumid] == X">
Your code.. try this
</if>


It's working, thanks very much.


All times are GMT. The time now is 10:05 AM.

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.00986 seconds
  • Memory Usage 1,720KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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