Register Members List Search Today's Posts Mark Forums Read

Reply
 
Article Options
  #16  
Old 05 Mar 2006, 17:31
dartworth dartworth is offline
 
Join Date: Oct 2004
thanks...
Reply With Quote
  #17  
Old 06 Mar 2006, 16:24
busybeeburns busybeeburns is offline
 
Join Date: Feb 2006
Hi

I seem to be having trouble with the FORUMDISPLAY integration - the code seems to be working as there is a correct layout at the top of the forum, but the google adsense banner does not show.
Reply With Quote
  #18  
Old 06 Mar 2006, 16:31
NeutralizeR NeutralizeR is offline
 
Join Date: Aug 2005
Originally Posted by busybeeburns
Hi

I seem to be having trouble with the FORUMDISPLAY integration - the code seems to be working as there is a correct layout at the top of the forum, but the google adsense banner does not show.
Try removing the google_alternate_ad_url = "http://www.yourwebsite.com/collapsible_ad.html"; line to test...
__________________
MsXLabs Forum
Reply With Quote
  #19  
Old 06 Mar 2006, 16:31
markbolyard's Avatar
markbolyard markbolyard is offline
 
Join Date: Apr 2005
Real name: Mark
Remember however if you have multiple areas for which you are showing adsense on one page, but google doesn't have enough ads to fill all the spots based on your content, then that area will be blank. Give Google a little time to optimize it's ads for your content, then the ads will most likely show unless your forum content is so obscure that there are not many advertisers in that area.
__________________
vBulletin Designer, Coder & Forum Owner
Reply With Quote
  #20  
Old 06 Mar 2006, 16:58
busybeeburns busybeeburns is offline
 
Join Date: Feb 2006
Ah thanks Mark, I realised it was because I already had a landscape banner at the top. Removing it allowed the FORUMDISPLAY banner to work.
Reply With Quote
  #21  
Old 10 Mar 2006, 14:57
Blaine0002's Avatar
Blaine0002 Blaine0002 is offline
 
Join Date: Jul 2003
i can make as much of it into a plugin as possible if you guys want
Reply With Quote
  #22  
Old 13 Mar 2006, 02:39
djr's Avatar
djr djr is offline
 
Join Date: Nov 2001
Real name: Jean-Paul
Very useful info here, thanks for the tutorial!
__________________
- highly ill, but always intelligent -


- User Age in CP (together with the_sisko)
Reply With Quote
  #23  
Old 15 Mar 2006, 18:20
m_k's Avatar
m_k m_k is offline
 
Join Date: Mar 2003
great information - thanks for sharing this NeutralizeR...

I have tried out most of the ideas, and have settled on using the forumdisplay ads and the two for search results

forumdisplay is working great, but for some reason search results just comes back with collapsible ads all the time - I cut and pasted the code exactly, so can't figure out what isn't working
__________________
Give it a whirl girl, be like the squirrel - The White Stripes
Reply With Quote
  #24  
Old 15 Mar 2006, 21:23
NeutralizeR NeutralizeR is offline
 
Join Date: Aug 2005
Originally Posted by m_k
great information - thanks for sharing this NeutralizeR...

I have tried out most of the ideas, and have settled on using the forumdisplay ads and the two for search results

forumdisplay is working great, but for some reason search results just comes back with collapsible ads all the time - I cut and pasted the code exactly, so can't figure out what isn't working
try different searches... it'll be enough to see the ads once...
Originally Posted by markbolyard
Remember however if you have multiple areas for which you are showing adsense on one page, but google doesn't have enough ads to fill all the spots based on your content, then that area will be blank. Give Google a little time to optimize it's ads for your content, then the ads will most likely show unless your forum content is so obscure that there are not many advertisers in that area.
__________________
MsXLabs Forum
Reply With Quote
  #25  
Old 16 Mar 2006, 01:27
raagaswaram raagaswaram is offline
 
Join Date: Feb 2005
post bit legacy

everything works fine except the postbitlegacy part i inserted the code but itz not displaying?
Reply With Quote
  #26  
Old 16 Mar 2006, 02:10
Reef Reef is offline
 
Join Date: May 2003
Excellent post NeutralizeR

I have a small problem though.... For some reason no matter what I try, only one add will display on any page.. If I add a second one anywhere it will not appear..

Any idea what that might be?

EDIT: nevermind I just now saw your explaination above... Sorry I missed it before

I will wait to see if they will populate later on

Thanks for the great work with this
Reply With Quote
  #27  
Old 19 Mar 2006, 02:27
hotrod1 hotrod1 is offline
 
Join Date: Apr 2005
Excellent article, thanks alot!
__________________
Need any help with your vbulletin forum? Need to install your forum and/or hacks? Then feel free to PM me.
Reply With Quote
  #28  
Old 19 Mar 2006, 04:49
NeutralizeR NeutralizeR is offline
 
Join Date: Aug 2005
Adsense - Show Single Post

If you allow search engines to spider the single versions of your posts (This post, for example... showpost.php), you may want to use adsense ads on this template, too. I think you don't want to miss any possible renevue...

Open your SHOWTHREAD_SHOWPOST template: vBulletin AdminCP > Styles & Templates > Edit Templates > Show Thread Templates > SHOWTHREAD_SHOWPOST

Find:

$postbits
Add above:
<table class="tborder" cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td class="alt1" align="center">
&nbsp;<script type="text/javascript"><!--
google_ad_client = "youradsensecode";
google_alternate_ad_url = "http://www.yourwebsite.com/collapsible_ad.html";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel ="yourchannelcode";
google_color_border = "F5F5FF";
google_color_bg = "F5F5FF";
google_color_link = "FF0000";
google_color_url = "000000";
google_color_text = "22229C";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>&nbsp;
</td>
</tr>
</table>
(Or just the <script> section if you don't want the table.)

You can also add this code after $postbits if you want a second ad unit.
__________________
MsXLabs Forum

Last edited by NeutralizeR; 19 Mar 2006 at 04:53.
Reply With Quote
  #29  
Old 20 Mar 2006, 19:37
zkilzz zkilzz is offline
 
Join Date: Mar 2002
Originally Posted by Blaine0002
i can make as much of it into a plugin as possible if you guys want
Hey!
I really want a plugin! Is it fare away?

Marius
Reply With Quote
  #30  
Old 28 Apr 2006, 15:34
thecool thecool is offline
 
Join Date: Jul 2005
Is there a way to place the ads randomly within the ForumDisplay as opposed to the first and last post?

similar to this:
http://www.aywe.com/news-announcements/
Reply With Quote
Reply

Similar Article
Article Author Type Replies Last Post
Show Thread Enhancements Google Adsense Postbit Integration Atakan KOC vBulletin 3.8 Add-ons 80 08 May 2015 08:08
Integration with vBulletin CFM: Google AdSense for Search Integration Throtex vBulletin 3.6 Add-ons 80 05 Aug 2011 21:42
Show Thread Enhancements Google Adsense Postbit Integration Atakan KOC vBulletin 3.7 Add-ons 96 13 Mar 2010 17:37
Add-On Releases vB Google Adsense for Search plus Integration davidw vBulletin 3.6 Add-ons 171 27 May 2008 11:53



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Article Options

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


New To Site? Need Help?

All times are GMT. The time now is 02:02.

Layout Options | Width: Wide Color: