The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
Adsense as second post. 2 Sizes - Big for guests, small for members - Legacy Version Details »» | |||||||||||||||||||||||||||
Adsense as second post. 2 Sizes - Big for guests, small for members - Legacy Version
Developer Last Online: Nov 2022
Hi
I made this template mod for my medical Forum and I decided to share this with you This hack is for forums that use the Postbit_legacy Template If you use the standard postbit template >> click here << What this hack does: This modification displays adsense as second post in every thread. Guest see a post like adsense with a product Referral (firefox in this code) and a leaderboard as post content. Registered Members see a standard banner so they don't get annoyed by the big advertising. I also included an information for guests, that they see a different not so disturbing ad if they register. This serves to purposes, one is to get more members to register of course the second purpose is to blend the advertising better into the post layout. ADD-ON: In addition you can add a Google Adsense link unit as last post of a thread on any page for members and guests. This advertising will only show if the thread has more then one post so that it does not show 2 advertisings directly below each other in case that the thread has no replies yet. Google Adsense has updated its ToS so that you are now allowed to use up to three link units on one page. So if you already use my "Adsense Link Unit in Navbar" Mod there woun't be a problem. See screenshots How to install: In template postbit (legacy version) search: Code:
<if condition="$post['userid'] AND $show['member']"> <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr> </if> </table> </div> Code:
<!-- Google AdSense in Posts for Guests --> <if condition="THIS_SCRIPT == 'showthread' AND !$GLOBALS['FIRSTPOSTID'] AND (!$show[member])"> <if condition="$show['spacer']"> </div> $spacer_close </if> <if condition="$show['spacer']"> $spacer_open <div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px"> </if> <!-- BEGIN TEMPLATE: postbit --> <table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center"> <tbody> <tr> <td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-right: 0px" $post[scrolltothis]> <!-- status icon and date --> <img title="Alt" class="inlineimg" src="images/statusicon/post_old.gif" alt="Alt" border="0"> Today <!-- / status icon and date --> </td> <td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px" align="$stylevar[right]"> </td> </tr> <tr valign="top"> <td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"> <div id="postmenu_$post[postid]"> <span class="bigusername"><u><font color="#373737">Advertising</font></u></span> <br><br> <!-- Adsense Referral Code start --> <script type="text/javascript"><!-- google_ad_client = "YOUR PUB ID HERE"; google_ad_width = 125; google_ad_height = 125; google_ad_format = "125x125_as_rimg"; google_cpa_choice = "CAAQ0f2XhAIaCA6IC4oIlz0_KK2293M"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> <!-- Adsense Referral Code end--> </div> </td> <td class="alt1" id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]"> <!-- icon and title --> <div class="smallfont"> <img title="Post" class="inlineimg" src="images/icons/icon1.gif" alt="Beitrag" border="0"> <strong>Sponsored Links</strong> </div> <hr size="1" style="color:$stylevar[tborder_bgcolor]" /> <!-- / icon and title --> <!-- message --> <div> <!-- Adsense leaderboard start --> <script type="text/javascript"><!-- google_ad_client = "YOUR PUB ID HERE"; google_ad_width = 728; google_ad_height = 90; google_ad_format = "728x90_as"; google_ad_type = "text"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <!-- Adsense leaderboard end --> </div> <!-- / message --> <!-- sig --> <div>__________________<br> <i>This advertising will not be shown in this way to registered members.<br /> <a href="register.php">Register</a> your free account today and become a member on $vboptions[bbtitle]</i> </div> <!-- / sig --> </div> <!-- / message --> </td> </tr> <tr> <td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px"> </td> <td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px"> </td> </tr> </tbody></table> <!-- / post $post[postid] popup menu --> </if> <!-- / Google AdSense in Posts for Guests--> <!-- Google AdSense in Posts for Members --> <if condition="THIS_SCRIPT == 'showthread' AND !$GLOBALS['FIRSTPOSTID'] AND ($show[member])"> <if condition="$show['spacer']"> </div> $spacer_close </if> <if condition="$show['spacer']"> $spacer_open <div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px"> <if condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if> </if> <table class="tborder" id="post$post[postid]" align="center" border="0" cellpadding="6" cellspacing="1" width="100%"> <tbody><tr> <td class="thead" id="td_post_$post[postid]"> <div class="normal"> </div> </td> </tr> <tr> <td class="alt1" align="center"> <div> <!-- Adsense standard banner start --> <script type="text/javascript"><!-- google_ad_client = "YOUR PUB ID HERE"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> <!-- Adsense standard banner End --> </div> </td> </tr> </tbody> </table> </if> <!-- / Google AdSense in Posts for Members--> Add this code below the last line of my above code: Code:
<!-- Google AdSense Link unit as last post for all --> <if condition="THIS_SCRIPT == 'showthread' AND $post['islastshown'] and !$GLOBALS['vbulletin']->GPC['ajax'] AND $post[postcount]!=1"> <if condition="$show['spacer']"> </div> $spacer_close </if> <if condition="$show['spacer']"> $spacer_open <div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px"> <if condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if> </if> <table class="tborder" id="post$post[postid]" align="center" border="0" cellpadding="6" cellspacing="1" width="100%"> <tbody><tr> <td class="thead" id="td_post_$post[postid]"> <div class="normal"> </div> </td> </tr> <tr> <td class="alt1" align="center"> <div> <!-- Adsense Link Unit start --> <script type="text/javascript"><!-- google_ad_client = "YOUR PUB ID HERE"; google_alternate_color = "F5F5FF"; google_ad_width = 728; google_ad_height = 15; google_ad_format = "728x15_0ads_al_s"; google_color_border = "F5F5FF"; google_color_bg = "F5F5FF"; google_color_link = "000000"; google_color_text = "000000"; google_color_url = "000000"; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <!-- Adsense Link Unit end --> </div> </td> </tr> </tbody> </table> </if> <!-- Google AdSense Link unit as last post for all --> <!-- Adsense Referal Code start --> <!-- Adsense large rectangle start --> <!-- Adsense standard banner start --> Add-on: <!-- Adsense Link Unit start --> replace "YOUR PUB ID HERE" with your pub-ID and fit the colors of adsense to your color scheme Demo: Elternfragen.net - Das Forum f?r Eltern mit (medizinischen) Fragen Just go into any thread. I hope you like it and if you do, don't forget to mark es installed Changelog: v1.15 - 2007/07/22: NO CHANGES, just removed my Pub-ID from the hack! v1.15 - 2007/06/11: Add-on - Google Adsense Link unit as last post of every thread for guests and members. v1.1 - 2007/05/06: Condition altered to show advertising as second post on every page, not just the first. v1.0 - 2007/03/01: Changed a few German phrases to English, removed an unneccessary condition If you want more good placements for adsense code, check out my newest mod: Adsense Link Unit in Navbar StarBuG If you did not register for an Adsense account yet but you plan to, feel free to contact me. If you register via my referral I am willing to help you get the most out of your adsense placement by assisting you during the setup process and implementing the best adsense modifications. Just write me a Private message. Show Your Support
|
Comments |
#42
|
||||
|
||||
Rather, that the google_cpa_choice in the referral image was what brought up the Firefox image. I wanted to select a different image. Is that possible? Or was Google simply cycling them around?
|
#43
|
|||
|
|||
hi. how do i see mine is posbit or legacy template?
thanks, |
#44
|
||||
|
||||
legacy is where the user info is on the left of the post, in normal postbit the user info is on top of the post.
|
#45
|
|||
|
|||
thanks mate!
|
#46
|
|||
|
|||
hi starbug
here's is my site. Possible to guide me on how to go about changing the background color of the advert. Thanks |
#47
|
||||
|
||||
The color code for the adsense Ads is in the Google Code itself:
Go to your Adsense Setup and create the Banner you want, there you'll find all the options for changing the colors. Replace the current code with the newly generated code and you are good to go. Ah, one more thing. You use a leaderbord Banner inside the Navigation, that is not a good choice. Put it below the navigation and inside the link unit like in my hack you seem to use. Much better results. To add a leaderboard banner below the navigation In the navbar Template search for: Code:
<!-- / PAGENAV POPUP --> </if> Code:
<!-- 728x90 Leaderboard below navigation--> <if condition="THIS_SCRIPT != 'index'"> <table class="tborder" align="center" border="0" cellpadding="6" cellspacing="1" width="100%"> <tbody> <!-- <tr> <td class="tcat" align="center"></td> </tr> --> <tr> <td class="alt1" colspan="2"> <span class="smallfont"> <center> YOUR ADSENSE LEADERBOARD CODE HERE </center> </span> </td> </tr> </tbody> </table><br /> </if> <!-- 728x90 Leaderboard below navigation --> |
#48
|
|||
|
|||
My question is probably a simple one; though I'm not really sure. I really think I'm just overlooking something, but can't find what it is I'm looking over.
I have tested this time and time again and can't get it to show how I want it. I want to do the after first post AND after the last post. I want it to show for everyone (members and guests alike). My problem is that I get it to show, but if I have a thread that only has one post showing on one page (let's say it has 31 posts in it, so on page 4 it only has one post) I get both boxes showing up when I only want it to show one. How could this condition be modified to where it will not show if there is only one post on the current page? I know it has if the thread only has one post, but what about one post on the current page? Code:
<if condition="THIS_SCRIPT == 'showthread' AND $post['islastshown'] and !$GLOBALS['vbulletin']->GPC['ajax'] AND $post[postcount]!=1"> |
#49
|
||||
|
||||
You could add AND $post[postcount]!=31 at the end of the condition.
But this is not an elegant solution. I have no idea how to solve this issue because the page break depends on your settings. I think you should ask in the programmers forum here on vB.org, if someone knows a solution. |
#50
|
|||
|
|||
thanks for the solution
but now i have another problem bec there's a space between the banner. Any idea on how to prevent the gap between the navbar and the advert? Thanks |
#51
|
||||
|
||||
I would leave the break between the navbar and the banner, that is a much cleaner display.
However, if not, check in the navbar template above the search code, there must be a <br /> that you need to remove |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|