vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Adsense placement help vb 3.8.7 (https://vborg.vbsupport.ru/showthread.php?t=294062)

F150Z 01-17-2013 09:33 PM

Adsense placement help vb 3.8.7
 
need to place 2 adsense ads under nav bar like on www.f150forumz.com but in the center want to put a pic of a ford truck and some text to register in between the ads.

Need the ads to disapear when users are logged in.

Anyone know how to do this? Running vb 3.8.7

thanks in advance.

--------------- Added [DATE]1358479843[/DATE] at [TIME]1358479843[/TIME] ---------------

Should I have put this in the "Design and Styles" Forum?

Simon Lloyd 01-19-2013 07:35 AM

in the navbar template under <!-- / nav buttons bar --> add
HTML Code:

                <if condition="$show['guest']">div align="center">
                        <br />
                                <table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center">YOUR STUFF HERE</td>
  </tr>
</table>
</div></if>


F150Z 01-19-2013 09:00 AM

Quote:

Originally Posted by Simon Lloyd (Post 2397855)
in the navbar template under <!-- / nav buttons bar --> add
HTML Code:

                <if condition="$show['guest']">div align="center">
                        <br />
                                <table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center">YOUR STUFF HERE</td>
  </tr>
</table>
</div></if>


First of all thank you for responding.

Do I ad every thing here "Your stuff here" Google adsens code and my picture with text?

thank you.

Simon Lloyd 01-19-2013 09:08 AM

Yep everything there, you simply build your table or divisions how you want there :), if you want to see exactly how they've done it then go to thier site, right click the page and choose "view source" then use EDIT>FIND <!-- / nav buttons bar --> and you'll see their code below it ;)

F150Z 01-19-2013 09:11 AM

Thank you you have been a big help!!!:up:


All times are GMT. The time now is 08:33 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.01243 seconds
  • Memory Usage 1,723KB
  • 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_html_printable
  • (1)bbcode_quote_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