vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Show Thread Enhancements - Adsense above quickreply - 2 layout versions (https://vborg.vbsupport.ru/showthread.php?t=149442)

StarBuG 06-10-2007 10:00 PM

Adsense above quickreply - 2 layout versions
 
Hi

To continue publishing my adsense modifications for vBulletin I have decided to release this mod as well.

What this hack does:

This hack places a google adsense leaderboard above the quick reply box in every thread.
I have two layout versions for this hack.
The first one is a in a box with a dotted border catching the attention and the second one is a simple box perfectly blending into the site.


How to install:
  • The dotted boarder Version:
in the template "SHOWTHREAD" find:



Code:

<if condition="$show['multiquote_global']">
<script type="text/javascript" src="clientscript/vbulletin_multi_quote.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript">
var mqlimit = $vboptions[mqlimit];
</script>
</if>

and add below:


Code:

<!-- 728x90 Leaderboard below Thread above Quick Reply -->
<div style="border: 2px dashed rgb(11, 25, 140); padding: 8px; background: rgb(245, 245, 255) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; font-size: 80%;">
      <center>
<!-- Google Adsense Leaderboard above Quick Reply start -->
<script type="text/javascript"><!--
google_ad_client = "YOUR PUB ID HERE";
google_alternate_color = "F5F5FF";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
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>
<!-- Google Adsense Leaderboard above Quick Reply end -->
      </center>
</div><br />
<!-- 728x90 Leaderboard below Thread above Quick Reply -->

See Screenshot 1


To alter the colors of the dotted box you need to find the RGB color numbers for the color you want to use.
The first 3 numbers "rgb(11, 25, 140)" are for the border color and the second three numbers "rgb(245, 245, 255)" are for the background color.
Normaly any kind of paint program (photoshop, paint shop pro, etc) should give you the RGB numbers.
Alternatively if you are using Firefox you can install a nice plugin called: ColorZilla
  • The blended in Version:
in the template "SHOWTHREAD" find:


Code:

<if condition="$show['multiquote_global']">
<script type="text/javascript" src="clientscript/vbulletin_multi_quote.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript">
var mqlimit = $vboptions[mqlimit];
</script>
</if>

and add below:


Code:

<!-- 728x90 Leaderboard below Thread above Quick Reply -->
<table class="tborder" align="center" border="0" cellpadding="6" cellspacing="1" width="100%">
<tbody><tr>
    <td class="thead"  align="center">
  <div class="normal">
        &nbsp;
    </div>
    </td>
</tr>
<tr>
 <td class="alt1" align="center">
    <div>
  <center>
    <!-- Google Adsense Leaderboard above Quick Reply start -->
    <script type="text/javascript"><!--
    google_ad_client = "YOUR PUB ID HERE";
    google_alternate_color = "F5F5FF";
    google_ad_width = 728;
    google_ad_height = 90;
    google_ad_format = "728x90_as";
    google_ad_type = "text";
    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>
    <!-- Google Adsense Leaderboard above Quick Reply end -->
  </center>
  </div>
 </td>
</tr>
</tbody>
</table>
<br />
<!-- 728x90 Leaderboard below Thread above Quick Reply -->

See Screenshot 2



You now just need to customize the adsense code marked with:

<!-- Google Adsense Leaderboard above Quick Reply 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 view any thread


Changelog:
v1.00 - 2007/07/22: NO CHANGES, just removed my Pub-ID from the hack!


I hope you like it and if you do, don't forget to mark as installed

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.

My other Adsense modifications:

Adsense as second post. 2 Sizes - Big for guests, small for members

Adsense as second post. 2 Sizes - Big for guests, small for members - Legacy Version

Adsense Link Unit in Navbar

StarBuG 06-15-2007 04:06 PM

Feedback would be realy welcome if you installed this hack ;)

CMGU 06-16-2007 05:58 PM

excellente hack

Delphiprogrammi 06-17-2007 08:33 PM

do not forget to change "google_ad_client" to your adsense id otherwise the coder get the earnings for this and that's probably not what you want ;):erm:

StarBuG 06-18-2007 03:21 PM

That's basic :)

kennethsia 06-20-2007 12:59 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1270518)
do not forget to change "google_ad_client" to your adsense id otherwise the coder get the earnings for this and that's probably not what you want ;):erm:

good point very sneaky :D

applyimage 08-18-2007 11:09 PM

very nice.

applyimage 08-20-2007 06:13 PM

*installed* :) although my arn't showing up, this may be because ive only just set up adsense rather than a problem with the mod.

StarBuG 08-27-2007 05:18 AM

If you are new to adsense this could be the case.
Adsense takes a while till it has all your pages spidered.

Also the relevancy will increase over time.

adiboy.net 09-14-2007 09:26 AM

very nice!


All times are GMT. The time now is 09:20 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01216 seconds
  • Memory Usage 1,751KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete