Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Adsense integration together with nice welcome message - StarBuG optimized blending Details »»
Adsense integration together with nice welcome message - StarBuG optimized blending
Version: 1.00, by StarBuG StarBuG is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.0.6 Rating:
Released: 09-15-2010 Last Update: Never Installs: 97
Template Edits
 
No support by the author.

Introduction:
I am StarBuG, a clinical Physician for Children, and I am running several health Forums to support patients with medical questions. During the many years I am running my Forums I constantly worked on optimizing my Advertising integrations to maximize my earnings and the user experience using my forums. The click through rates for my Adsense integrations are good to very good for forums and may increase due to further optimizations so mark this mod as installed if you use it to make sure you always use the best optimized version of my adsense integration.

What this mod does:
This mod adds a Google Adsense large rectangle below the navbar together with an eye catching welcome message and a call to action (registration). This ad is the best performing ad on my forum. I run a forum with a fixed width and I think that on a fluid style this mod wont look that good but give it a try if you want.

Installation instructions:

in the template navbar find:

Code:
{vb:raw ad_location.global_below_navbar}
and add below:

Code:
<vb:if condition="THIS_SCRIPT != 'search'  AND !$show['notices'] AND $show['guest']">
 <div class="ads_lr_wrapper">
  <div class="ads_lr">
    YOUR GOOGLE ADSENSE CODE HERE
  </div>
  <div class="ads_lr_welcome">
   <p id="welcome_bold_big">Welcome to YOUR FORUM NAME</p><br>
     
     <p id="welcome_normal">your forum for YOUR THEME</p><br>
     
            <ul>
             <li><b>&nbsp;&raquo;</b>  some things people find</li> 
             <li><b>&nbsp;&raquo;</b>  on your forum</li> 
             <li><b>&nbsp;&raquo;</b>  some reasons why</li>
             <li><b>&nbsp;&raquo;</b>  guests should register</li>
            </ul>
            
            <br>
            
            <p id="welcome_bold">...then you have come to the right place!</p><br>

            <p id="welcome_normal">we will try to help you with your problem.</p><br>
            
            <p id="welcome_bold_big"><a href="http://www.YOURDOMAIN.com/register.php">YES! I want to register an account for free right now!</a></p><br />
            
            <p id="welcome_small">p.s.: For registered members YOUR FORUM NAME is free of ads</p>
  </div>
 </div>
</vb:if>
in template additional.css add:

Code:
/*------------------------------------------------------------------------------
| #> Large Rectangle Ad + Welcome Text below navbar
+-----------------------------------------------------------------------------*/
.ads_lr_wrapper {
    border: 2px solid #274C84;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background: #ffffff;
    width:850px;
    height:290px;
    padding: 5px 5px 5px 5px;
}

.ads_lr {
    position: relative;
    background: #ffffff;
    width: 336px;
    margin-left: 10px;
    margin-right: 30px;
    float:left;
}

.ads_lr_welcome {
    background: #ffffff;
    position: relative;
    width: 460px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 10px;
    float:right;
}

#welcome_normal {
  font-size:normal;
  font-family:Helvetica;
  text-decoration:none;
  text-align: left;
}

#welcome_small {
  font-size:x-small;
  font-family:Helvetica;
  text-decoration:none;
  text-align: left;
}

#welcome_bold {
    font-weight:bold;
    font-size:normal;
    font-family:Helvetica;
    text-decoration:none;
        text-align: left;
}

#welcome_bold_big {
    font-weight:bold;
    font-size:large;
    font-family:Helvetica;
    text-decoration:none;
        text-align: left;
        color:#274C84;
}



Additional Comments:

Make sure you change all lines marked RED to fit your forum.
Of course you should customize the welcome text to fit your forum and change the colors and size of the welcome box to fit your forums theme.

Screenshot:


More of my Adsense Integrations:Demo:
Patientenfragen.net - we have the answers

Of course feedback is welcome and if you have suggestions to further improve CTR please let me know!

ps: The welcome text in the screenshot is an automatic translation by google that's why it is hard to read

StarBuG



Google isn't paying you enough money! Discover WHY!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
livenetc

Comments
  #52  
Old 01-16-2011, 07:00 PM
Palehorse74480 Palehorse74480 is offline
 
Join Date: Nov 2010
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If this was integrated into this...

https://vborg.vbsupport.ru/showthread.php?t=231352

That would rock!
Reply With Quote
  #53  
Old 01-29-2011, 04:42 PM
kether1 kether1 is offline
 
Join Date: Jun 2006
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a note: The xhtml validator says that using the <p=id ... and then calling a class is not the proper way to do the css for this modification. Is there a way to do this that will not cause a fail when validating the xhtml of my site? (http://validator.w3.org) The css works as expected, but under validation I get several errors because of this. Any suggestions on how to correct it? I tried changing the <P=id to <div class=, but that ruined the css.

Thanks,
Kether
Reply With Quote
  #54  
Old 02-02-2011, 08:09 AM
baghdad4ever baghdad4ever is offline
 
Join Date: Apr 2007
Location: baghdad
Posts: 443
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks

installed
Reply With Quote
  #55  
Old 03-15-2011, 10:17 AM
cagbaazee cagbaazee is offline
 
Join Date: Jul 2007
Posts: 179
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello. Thanks for the Mod.. I have following your instruction and install according to u. But what i need that it is not properly display.. I need it to be in Center Position and more ever it should be in Home page only instead in every pages. Need it to be install above the navbar.

My website - http://gurusecret.info\vbforum

please check and let me know what is wrong with it.


Thanks
Reply With Quote
  #56  
Old 03-17-2011, 03:16 AM
unitrash unitrash is offline
 
Join Date: Apr 2010
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this not work for 4.1.2?

I applied this to an earlier version and it worked fine. Repeated the process recently to 4.1.2 and no luck for some reason.
Reply With Quote
  #57  
Old 03-17-2011, 07:09 AM
stained stained is offline
 
Join Date: Jun 2009
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, this definitely works in 4.1.2.

Add the lines in red to the first section of Starbug's additional.css code. This will center the welcome box on a fluid-width forum.


/*------------------------------------------------------------------------------
| #> Large Rectangle Ad + Welcome Text below navbar
+-----------------------------------------------------------------------------*/
.ads_lr_wrapper {
border: 2px solid #000000;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background: #999999;
width:850px;
height:290px;
padding: 5px 5px 5px 5px;
margin-left: auto;
margin-right: auto;


}



If you want centered and the nice shadow (mentioned by Starbug earlier in the thread) just amend the first section of his additional.css code to:



/*------------------------------------------------------------------------------
| #> Large Rectangle Ad + Welcome Text below navbar
+-----------------------------------------------------------------------------*/
.ads_lr_wrapper {
border: 2px solid #000000;
-moz-border-radius:5px 5px 5px 5px;
-khtml-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
-moz-box-shadow:4px 5px 8px rgba(0, 0, 0, 0.6);
-khtml-box-shadow:4px 5px 8px rgba(0, 0, 0, 0.6);
-webkit-box-shadow:4px 5px 8px rgba(0, 0, 0, 0.6);
background: #999999;
width:850px;
height:290px;
padding: 5px 5px 5px 5px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

Obviously you'll need to change the background colour and border colour to suit your own colour scheme.
Reply With Quote
  #58  
Old 03-18-2011, 01:47 PM
cagbaazee cagbaazee is offline
 
Join Date: Jul 2007
Posts: 179
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi... Thanks for mod.. everything is working fine. but i request u how can i put it up above the images. please check :

http://gurusecret.info/vbforum

I hv mark as install and also member of yr wonderful website.

Cheers
Reply With Quote
  #59  
Old 03-18-2011, 09:37 PM
StarBuG's Avatar
StarBuG StarBuG is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 1,033
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@cagbaazee
Just place my code above the other ad code in your navbar template
Reply With Quote
  #60  
Old 03-24-2011, 05:34 PM
synseal's Avatar
synseal synseal is offline
 
Join Date: Apr 2009
Posts: 334
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this, I have edited the code a bit to suit my forum and made the welcome message an image for SEO reasons but it looks okay to me.

http://www.techkings.org/forum/

Thanks Starbug for this hack!.
Reply With Quote
  #61  
Old 05-11-2011, 07:50 PM
preemz10314 preemz10314 is offline
 
Join Date: Oct 2010
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great. Thank you very much. Really cleaned up my guest message as my forum is private. Just one thing, I am not certain but I think people who use AD Block, do not see this at all...

p.s Thanks stained your code worked perfectly. Marked as installed* 5stars and nominated.
Reply With Quote
Reply


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

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05283 seconds
  • Memory Usage 2,342KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete