PDA

View Full Version : Integration with vBulletin - Welcome Header/Adsense Integration


QsKGlobal.com
04-29-2007, 10:00 PM
Special thanks to Ted S. for making a great welcome header and to Chris Guthrie for the idea.

This will add a 200 x 200 adsense text ad next to your Welcome Header.

This is easiest and most profitable adsense/registration enhancement tool you'll find. The text in BOLD needs to be customized with your info.

Demo: http://qskglobal.com/forums.php

Go to your Navbar template to the very bottom add the following code*Proceed to Code*

If you want to add it to your forumhome...

Find:
$navbar

Below add:

<if condition="$show['guest']">
<!-- guest welcome message -->
<br />
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1">

~~200 x 200 adsense text ad goes here~~

</td>
<td class="alt1">
<b>Welcome to YourSite.com!</b> <br /><br />You are currently viewing our site as a guest which gives you limited access to view most discussions and access our other features. By joining our <strong>free</strong> community you will have access to post topics, videos, enter contests, and begin to make long term gaming friends. Registration is fast, simple and absolutely free so please, <a href="register.php?"><strong>join our community today</strong></a>! <br /><br />If you have any problems with the registration process or your account login, please <a href="sendmessage.php">contact us</a>.
</td>

</tr>
</table>
<!-- / guest welcome message -->
</if>

Enjoy and if your adsense/registration statistics increase, post here and tell us :)

v12kid
04-30-2007, 05:33 AM
looks good, will install it once my redeisgn is complete :)

tank2255
05-02-2007, 01:15 AM
This is my fist time changing my board from default template and it worked great! Thank you!

SoftDux
05-09-2007, 03:19 PM
I'd like to add this to the existing guest_welcome message, but it keeps messing the whole thing up. Any suggestions?