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

Reply
 
Thread Tools
Innovative Ads After First Post (Or any post!) Details »»
Innovative Ads After First Post (Or any post!)
Version: 1.00, by TheLastSuperman (Senior Member) TheLastSuperman is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.2.x Rating:
Released: 08-24-2010 Last Update: 02-05-2014 Installs: 121
Supported Uses Plugins Auto-Templates
Translations  

Innovative Ads After First Post

By:


I decided to make this while creating another modification as I have seen this requested many times, I Google'd it finding details on what template to edit plus I searched here on vbulletin.org and only found old "modifications" which were actually just tutorials and none were actual products that did most of the work for you .

Description:

Ad after first post on very page or as some describe it, Ad after first post in a thread - This modification places two ads in a post like container below the first post on every page in a thread. Fully customizable to allow all sorts of ad codes such as Google Adsense, OpenX Ads, and various others along with the possibility for the user to design his own images and link them to the appropriate content. Users can also customize CSS or remove the DIV codes to use show only one ad or any sort of advertisement and display any form of content other than ads!

Quote:
Originally Posted by TheLastSuperman
  • Please see post #'s 6 & 7 for codes to display this after a certain post on each page not simply after the first post!
  • More information on vB4 Conditionals can be found here: https://vborg.vbsupport.ru/showthread.php?t=231525 Special thanks should go to BBR-APBT for taking the time to write that article.
Features:
  • Enable or Disable via Settings in vBulletin Options.
  • Fully Customizable.
  • Auto-template.

Required Changes:
(Manual i.e. "To Do")
  • Edit the new template postbit_legacy_ads_after_firstpost and simply add in your scripts or codes to show them which is very simple as I included commented out code to show you exactly where to place it. *This shows in Postbit AND Postbit_Legacy depending on what you have enabled.
(Optional i.e. If you need to adjust the css to make it match your style better if using a custom Fixed width etc.)
  • Edit the new template adsafterfirstpost.css and adjust the css as desired!

(Automatic)
  • Templates to add: 2 ('postbit_legacy_ads_after_firstpost','adsafterfir stpost.css')
  • Phrases to add: 3

Difficulty:
Easy, Time to install: Around 1 Minute - Installer is included simply import the product;
AdminCP > Plugins & Products > Manage Products > *Now click the [ADD/IMPORT PRODUCT] link to import from your computer (download below). Adding in your own codes and customizing if you see fit takes a few more minutes.

History:
8.24.2010: Version 1.0 Created

IMPORTANT:
In the postbit_legacy_ads_after_firstpost template please find:
Code:
<div id="innovativeadleft">
<vb:comment> Left Ad Code Below this Commented out line </vb:comment>
Left Ad Image/Code 1 needs to be placed here, no larger than 260 pixels in height.
<vb:comment> Left Ad Code Above this Commented out line </vb:comment>
</div>
<div id="innovativeadright">
<vb:comment> Right Ad Code Below this Commented out line </vb:comment>
Right Ad Image/Code 2 needs to be placed here, no larger than 260 pixels in height.
<vb:comment> Right Ad Code Above this Commented out line </vb:comment>
</div>
As you can see I have added in commented code to let you know where your custom ads codes need to be placed, very simple.

*Remember to enable the mod after installing otherwise it won't show!
AdminCP > Settings > Options > Innovative Ads After First Post and set to Yes.

*Attention- Please view the first page as the 2nd and 3rd (Added: Post #'s 6 & 7 also contain info on how to customize!) posts were reserved and contain additional information to help you customize this in various ways.

What can you expect in the next version?
  • No template edits, Ads codes will be entered into the admin control panel area where the mod is currently enabled/disabled. If you have a custom style CSS changes will still be required if you notice any position issues etc.

TheLastSuperman
http://www.innovationbyinstinct.com



Download Now

File Type: xml product-innovative_ads_after_firstpost.xml (5.0 KB, 167 views)
File Type: xml product-innovative_ads_after_firstpost-v2.xml (5.0 KB, 276 views)
File Type: xml product-innovative_ads_after_firstpost-v3.xml (5.0 KB, 173 views)
File Type: xml product-innovative_ads_after_firstpost-v4.xml (5.0 KB, 237 views)

Screenshots

File Type: png adsafterfirstpostmod.png (178.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
mapleleaffans, ramesh_umk3, Sage Knight

Comments
  #32  
Old 03-22-2011, 11:44 AM
ninadbe ninadbe is offline
 
Join Date: Mar 2011
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to show customized PHP code in AD box instead of ADS?
I mean I want to show related images extracted from remote server in a box.

below are some lines of my code
Code:
$dbh=mysql_connect("remote_server_ip:3306", "username", "password") or die
('I cannot connect to the database because: ' . mysql_error());

mysql_select_db ("db_name", $dbh);

--php code here for extracting and displaying images--
Reply With Quote
  #33  
Old 04-04-2011, 06:32 AM
karlm's Avatar
karlm karlm is offline
 
Join Date: Jul 2006
Location: England
Posts: 447
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I second the above post... I returned to this thread as I've got another forum I'm setting up and wish to use this (or similar) to extract data either from a text-file or a database..

Once I can do that, I'll be implementing this product on my new site.
Reply With Quote
  #34  
Old 04-27-2011, 01:49 AM
Breakpoint Breakpoint is offline
 
Join Date: Dec 2005
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great product, hope you can implement the mod to integrate more into the Admin CP
Reply With Quote
  #35  
Old 05-14-2011, 08:38 AM
mdreamer's Avatar
mdreamer mdreamer is offline
 
Join Date: Jul 2008
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

First of all thank you for this nice mod its really simple and helpful

just one question:

Quote:
Originally Posted by TheLastSuperman View Post
Well in that case you could simply add in a <vb:elseif condition= to accommodate, remember with the mod you released that's template edits similar to this for vB3, elseif was not available but in vB4 it is .
can you help my out with the elseif condition? i would like it to appear before the last post of each thread if it has 2 posts or couple of tens of posts spared in couple of pages

Thanks again.

Maayan
Reply With Quote
  #36  
Old 05-20-2011, 05:22 AM
el-Turki el-Turki is offline
 
Join Date: Jan 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What would be the code to have several banners (with different links) rotating?
Reply With Quote
  #37  
Old 05-23-2011, 05:47 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mdreamer View Post
Hi,

First of all thank you for this nice mod its really simple and helpful

just one question:



can you help my out with the elseif condition? i would like it to appear before the last post of each thread if it has 2 posts or couple of tens of posts spared in couple of pages

Thanks again.

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

Scroll to the very bottom and reference the elseif, then adjust using the conditionals we have been discussing in this thread and in the description .

Quote:
Originally Posted by el-Turki View Post
What would be the code to have several banners (with different links) rotating?
You could use something along the lines of:

Code:
<script type="text/javascript"><!--
      showbanner = new Array(3);

showbanner[0] = "<a href='http://www.yoursite.com/index.php'><img src="images/banner1.png" alt="My text here"/></a>";

showbanner[1] = "<a href='http://www.yoursite.com/index.php'><img src="images/banner1.png" alt="My text here"/></a>";

showbanner[2] = "<vb:if condition="$show['guest']"><a href='register.php{vb:raw session.sessionurl}'>Become a member &amp; get full access, additional privileges, and more</a><vb:else /><a href='http://www.yoursite.com/index.php'><img src="images/banner1.png" alt="My text here"/></a></vb:if>";

index = Math.floor(Math.random() * showbanner.length);
document.write(showbanner[index]);
      //End
      // --></script>
And as you can see conditionals work fine as well, used in the last one.
Reply With Quote
  #38  
Old 06-02-2011, 10:05 AM
mdreamer's Avatar
mdreamer mdreamer is offline
 
Join Date: Jul 2008
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #39  
Old 06-03-2011, 02:12 PM
maryx maryx is offline
 
Join Date: Jan 2006
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone suggest how to make a widget show up in this ad space in the forum? I have tried this -

1) putting the widget title in the space for the ad in the postbit_legacy_ads_after_firstpost template. The widget title shows up on the correct area of the page, but not the widget itself.

2) I put in the widget code in the right spot, but it doesn't show up at all.

Would love to be able to do this! Thanks!
Reply With Quote
  #40  
Old 02-22-2012, 01:48 AM
bderen bderen is offline
 
Join Date: Jul 2008
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how about vb 3.8.2?
Reply With Quote
  #41  
Old 03-06-2012, 02:06 PM
twista46 twista46 is offline
 
Join Date: Oct 2008
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

4.1.11 not kompatibel. (Kompatibel ab 4.0.0 Beta 3
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 12:33 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.05568 seconds
  • Memory Usage 2,360KB
  • 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
  • (3)bbcode_code
  • (4)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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (3)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
  • (5)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
  • 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_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