Go Back   vBulletin Setup > vBulletinSetup Information > Community Forum Management > Make Money with vBulletin

Reply 
 
LinkBack Thread Tools Display Modes
Old 03-19-2008, 05:43 AM   #1
vBulletin Owner
 
Lampwick's Avatar
 
Join Date: Oct 2007
Posts: 29
Lampwick will become famous soon enough
Installing Google AdSense code.

I’m going to install AdSense on my forum to hopefully generate some income to pay for the upkeep of my forum.

I already have the code, but am unsure as to how and where I put it in the vBulletin page – between “Mark Forums Read, View Forum Leaders” and “What’s Going On?” as shown below:-
Please can you help?

Lampwick is offline   Reply With Quote

Advertisement [Remove Advertisement]

Old 03-19-2008, 07:20 AM   #2
vBulletin Owner
 
Magnumutz's Avatar
 
Join Date: Dec 2006
Location: Romania
Posts: 584
Magnumutz is a jewel in the rough
Send a message via MSN to Magnumutz Send a message via Yahoo to Magnumutz Send a message via Skype™ to Magnumutz
Re: Installing Google AdSense code.

Edit the Forumhome template for that.
__________________
rapidshare downloads
Magnumutz is offline   Reply With Quote
Old 03-19-2008, 08:44 AM   #3
vBulletin Owner
 
Lampwick's Avatar
 
Join Date: Oct 2007
Posts: 29
Lampwick will become famous soon enough
Rolleyes Re: Installing Google AdSense code.

Quote:
Originally Posted by Magnumutz View Post
Edit the Forumhome template for that.
Thanks Magnumutz, but I am going to need a step by step process to enable me to understand what I have to do. I’m sorry if I appear to be a bit of a numpty!!
Lampwick is offline   Reply With Quote
Old 03-19-2008, 09:09 AM   #4
Supporters
vBulletin Owner
 
Rocket 442's Avatar
 
Join Date: Nov 2007
Location: Buffalo, NY
Posts: 997
Blog Entries: 1
Rocket 442 is just really niceRocket 442 is just really niceRocket 442 is just really nice
Send a message via AIM to Rocket 442
Re: Installing Google AdSense code.

Edit: NM, read it wrong.
__________________
Need a Custom Wordpress or vBulletin 4.0 Design? Staple Web Design
Camaro Forums & Firebird Forums
Rocket 442 is offline   Reply With Quote
Old 03-19-2008, 10:16 AM   #5
vBulletin Owner
 
Magnumutz's Avatar
 
Join Date: Dec 2006
Location: Romania
Posts: 584
Magnumutz is a jewel in the rough
Send a message via MSN to Magnumutz Send a message via Yahoo to Magnumutz Send a message via Skype™ to Magnumutz
Re: Installing Google AdSense code.

AdminCP -> Style & Templates -> Style Manager -> Select your skin -> Edit Templates -> Forum Home Templates -> FORUMHOME -> Search for:
Code:
<!-- /main -->

<br />
After that add:
Code:
<div align="center">
google ad codes
</div>
Hit save.
__________________
rapidshare downloads
Magnumutz is offline   Reply With Quote
Old 03-19-2008, 01:18 PM   #6
Community Manager
Supporters
vBulletin Owner
vBSetup Mods
 
Brandon Sheley's Avatar
 
Join Date: Jul 2006
Location: Topeka, KS
Posts: 14,104
Blog Entries: 35
Brandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to behold
Send a message via AIM to Brandon Sheley Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
Re: Installing Google AdSense code.

*thread moved*
__________________
Brandon Sheley / vBulletinSetup Staff
Check the Newsletter & Marketplace for the latest deals.
Looking for a place to Support vBulletinSetup?
Submit your Forum and other Quality Websites.
Confirm your vBulletinSetup account / Read the-> Forum Rules
Are you on Twitter? @BrandonSheley I'm offering a few vBulletin Services & here is my General Forums experiment | Google fiber project

Brandon Sheley is offline   Reply With Quote
Old 03-20-2008, 01:27 AM   #7
vBulletin Owner
 
Lampwick's Avatar
 
Join Date: Oct 2007
Posts: 29
Lampwick will become famous soon enough
Talking Re: Installing Google AdSense code.

Thank you folks! That’s great; I have done that without any problems!!
One more thing though........
Where would I place the code to get it to appear as shown below?


Thanks for your help.:yippie:
Lampwick is offline   Reply With Quote
Old 03-22-2008, 05:56 AM   #8
vBulletin Owner
 
Lampwick's Avatar
 
Join Date: Oct 2007
Posts: 29
Lampwick will become famous soon enough
Re: Installing Google AdSense code.

hello

Could someone please reply to my previous post – the one showing the screenshot with the AdSense ads towards the top of the page?

Thank you.:coolgleamA:
Lampwick is offline   Reply With Quote
Old 03-22-2008, 07:17 AM   #9
vBulletin Owner
 
Yogesh Sarkar's Avatar
 
Join Date: Feb 2007
Location: New Delhi, India
Posts: 908
Blog Entries: 1
Yogesh Sarkar is just really niceYogesh Sarkar is just really niceYogesh Sarkar is just really nice
Re: Installing Google AdSense code.

Add adsense code before <!-- /logo --> in the navbar template for the top one and in the end for the middle one.
Yogesh Sarkar is offline   Reply With Quote
Old 03-22-2008, 08:38 AM   #10
vBulletin Owner
 
Lampwick's Avatar
 
Join Date: Oct 2007
Posts: 29
Lampwick will become famous soon enough
Re: Installing Google AdSense code.

Quote:
Originally Posted by Yogesh Sarkar View Post
Add adsense code before <!-- /logo --> in the navbar template for the top one and in the end for the middle one.

:aim_sorry:I’m sorry Yogesh; I need walking through this, step by step!!
Thanks......
Lampwick is offline   Reply With Quote
Old 03-22-2008, 08:49 AM   #11
vBulletin Owner
 
Yogesh Sarkar's Avatar
 
Join Date: Feb 2007
Location: New Delhi, India
Posts: 908
Blog Entries: 1
Yogesh Sarkar is just really niceYogesh Sarkar is just really niceYogesh Sarkar is just really nice
Re: Installing Google AdSense code.

AdminCP -> Style & Templates -> Style Manager -> Select your skin -> Edit Templates -> Navigation / Breadcrumb Templates -> navbar -> Search for:

HTML Code:
<!-- /logo --> 
Add code right before or after that.

For the second one, add the code at the bottom after all the code.
Yogesh Sarkar is offline   Reply With Quote
Old 03-22-2008, 10:18 AM   #12
vBulletin Owner
 
Lampwick's Avatar
 
Join Date: Oct 2007
Posts: 29
Lampwick will become famous soon enough
Re: Installing Google AdSense code.

Quote:
Originally Posted by Yogesh Sarkar View Post
AdminCP -> Style & Templates -> Style Manager -> Select your skin -> Edit Templates -> Navigation / Breadcrumb Templates -> navbar -> Search for:

HTML Code:
<!-- /logo --> 
Add code right before or after that.

For the second one, add the code at the bottom after all the code.
WOW!!!.....Thanks Yogesh! I’ve done it! :@787@:

:amillanbliss:
Lampwick is offline   Reply With Quote
Reply 
vBulletin Setup > vBulletinSetup Information > Community Forum Management > Make Money with vBulletin

Tags
adsense, code, google, installing

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Add to bookmark code, and Stumbleupon code? Brandon Sheley Blogging Forum 3 06-04-2008 03:53 AM
Google Adsense Banning Sites who use Google in their Domain Brent Make Money with vBulletin 4 09-03-2007 06:35 AM
Google Launches Code Search Brandon Sheley Search Engine News 0 10-05-2006 08:35 AM
Google extends searches to code, pie, mash Brandon Sheley Search Engine News 0 10-05-2006 08:13 AM


All times are GMT -8. The time now is 07:35 AM.