The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Innovative Ads After First Post (Or any post!) Details »» | |||||||||||||||||||||||||||||||||
Innovative Ads After First Post (Or any post!)
Developer Last Online: Oct 2023
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:
Required Changes: (Manual i.e. "To Do")
(Automatic)
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> *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?
TheLastSuperman http://www.innovationbyinstinct.com Download Now
Screenshots
Show Your Support
|
3 благодарности(ей) от: | ||
mapleleaffans, ramesh_umk3, Sage Knight |
Comments |
#32
|
|||
|
|||
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-- |
#33
|
||||
|
||||
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. |
#34
|
|||
|
|||
Great product, hope you can implement the mod to integrate more into the Admin CP
|
#35
|
||||
|
||||
Hi,
First of all thank you for this nice mod its really simple and helpful just one question: Quote:
Thanks again. Maayan |
#36
|
|||
|
|||
What would be the code to have several banners (with different links) rotating?
|
#37
|
||||
|
||||
Quote:
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:
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 & 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> |
#38
|
||||
|
||||
thanks
|
#39
|
|||
|
|||
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! |
#40
|
|||
|
|||
how about vb 3.8.2?
|
#41
|
|||
|
|||
4.1.11 not kompatibel. (Kompatibel ab 4.0.0 Beta 3
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|