PDA

View Full Version : Adsense placement help vb 3.8.7


F150Z
01-17-2013, 09:33 PM
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 1358479843 at 1358479843 ---------------

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
<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
in the navbar template under <!-- / nav buttons bar --> add
<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: