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 Optimization - (Left) 1st post adv. instead the default (Right) Details »»
Adsense Optimization - (Left) 1st post adv. instead the default (Right)
Version: 1.00, by stator stator is offline
Developer Last Online: May 2023 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.0.x Rating:
Released: 11-16-2010 Last Update: Never Installs: 16
Template Edits
Re-useable Code Code Changes  
No support by the author.

Inspite it is a very tiny template modification, noticeably it will increases your adsense revenue.

See demo: www.elib4vet.com

Don't forget to Mark as Installed



Please
feedback with changes occurs to your ads. revenue
.

Steps:

AdminCp >> Styles & Templates >> Search in Templates >>

Write: Postbit or postbit_legacy (according to template you are using)

Quote:
For beginners
Postbit= User detials are displayed horizontally in the Thread (New)
Postbit_legacy= User detials are displayed vertically in the Thread (Old)
After choosing the specified template Search for:

Code:
{vb:raw ad_location.ad_showthread_firstpost_start}
and add before it the following code:
Code:
<br /><div style="float: left; margin-right: 5px; margin-bottom: 5px;">
and add this after:

Code:
 </div>
i.e. it will be looking like this:

Code:
<br /><div style="float: left; margin-right: 5px; margin-bottom: 5px;">{vb:raw ad_location.ad_showthread_firstpost_start}</div>
Also search for:

Code:
{vb:raw ad_location.thread_first_post_content}
Code:
{vb:raw ad_location.thread_last_post_content}
and repeat the previous procedures
Don't forget to Mark as Installed






Screenshots

File Type: jpg adsense.jpg (47.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 12-29-2011, 08:20 AM
gillaraz gillaraz is offline
 
Join Date: Dec 2009
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The solution is easy, I found it myself today.

Just go to bbcode.css and find

Quote:
.bbcode_container
add this property in it

Quote:
overflow: hidden;
The result shoud be

Quote:
.bbcode_container {
display: block;
margin: 5px 20px 20px;
overflow: hidden;
}
Good luck!

In addition, go to postbit and remove "has ad" class
Reply With Quote
  #13  
Old 12-30-2011, 02:38 AM
d19rnyxx d19rnyxx is offline
 
Join Date: Dec 2010
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works like a dream
Reply With Quote
  #14  
Old 01-08-2012, 06:17 PM
whitey10tc's Avatar
whitey10tc whitey10tc is offline
 
Join Date: Dec 2010
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gillaraz View Post
The solution is easy, I found it myself today.

Just go to bbcode.css and find



add this property in it



The result shoud be



Good luck!

In addition, go to postbit and remove "has ad" class
That worked thanks.
Reply With Quote
  #15  
Old 01-15-2012, 06:49 PM
thesatman thesatman is offline
 
Join Date: Aug 2002
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I cant get this to work the ad just displays in the top right of the last post with the post message below.

http://www.satellites.co.uk/forums/d...trouble-4.html
Reply With Quote
  #16  
Old 02-09-2012, 07:48 AM
sakkthi sakkthi is offline
 
Join Date: May 2010
Location: Coimbatore
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any help ?

Reply With Quote
  #17  
Old 02-17-2012, 04:34 PM
d19rnyxx d19rnyxx is offline
 
Join Date: Dec 2010
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone help with the following issue?

I have the ads working properly on the left but what I wanna find how to get the content to display below the ad once the content has passed the banner.

Thanks
Reply With Quote
  #18  
Old 02-18-2012, 04:43 AM
d19rnyxx d19rnyxx is offline
 
Join Date: Dec 2010
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can I wrap my thread content around so when the ad finishes the content is below the ad
Reply With Quote
  #19  
Old 02-18-2012, 06:56 AM
RustyF RustyF is offline
 
Join Date: Feb 2012
Location: Cebu Philippines via Memp
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay... We know IE is looking for that code.

(never mind, I must have been exhausted. It is very clear to me now.)

Quote:
i.e. it will be looking like this:
Now what did you want us to do with it. Sorry, I don't follow.

I get a kick out of your instructions, you've been programming so much you write instructions in a loop.

Thanks for the help.
Reply With Quote
  #20  
Old 02-21-2012, 03:24 PM
d19rnyxx d19rnyxx is offline
 
Join Date: Dec 2010
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sakkthi View Post
any help ?

remove the hasad class from your postbit.css
Reply With Quote
  #21  
Old 02-29-2012, 03:18 PM
ptceuro ptceuro is offline
 
Join Date: Jan 2012
Location: U.S.A
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Steps:

AdminCp >> Styles & Templates >> Style Manager >> Style Variable Editor - Default Style

In Top

Post Ad Max Width

set TO 0 px
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 04:08 PM.


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.11982 seconds
  • Memory Usage 2,337KB
  • Queries Executed 26 (?)
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
  • (6)bbcode_code
  • (7)bbcode_quote
  • (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
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (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_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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete