The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Ad Management 4 Details »» | ||||||||||||||||||||||||||
What does it do? Features include global settings, advertisements allowing template conditionals, ad sharing and ad revenue sharing, timed advertisements, preset popular ad locations and functions such as sponsors, additional custom ad locations, random and static advertisements and its all very easy to use. You can use it for ordinary ads like adsense, banner rotations, or any content at all as well as using it to manage ads outside your forum too. You can read in more detail about these and other features in the manual, which also contains some helpful notes and instructions, as well as the installation and upgrade instructions If you are using autoinsertion and were using vB Ad Management before version 4.00, you will need to remove your old template edits or advertisements will appear multiple times. Just reverse the old instructions below. Quote:
Show Your Support
|
Comments |
#2282
|
|||
|
|||
How to add code like this
Code:
<script type="text/javascript"><!-- google_ad_client = "pub-5167785604621376"; //Reklama, gł?wna - lewy g?rny r?g google_ad_slot = "5633599653"; google_ad_width = 234; google_ad_height = 60; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> |
#2283
|
|||
|
|||
Do you have the advertisiment turned on for the section you are inserting the adsense code on? Also a URL would help us help you out.
|
#2284
|
|||
|
|||
Quote:
If I put code like this Code:
<a href="http://www.myapple.pl/cmps_index.php?page=serwis-iphone-myapple"><img src="http://www.myapple.pl/files/serwis-iphone.gif" border="0" /></a>| <a href="http://www.myapple.pl/reklama/Reklama_myapple.pdf"><img src="http://www.myapple.pl/reklama/miejsce_reklama_234x60.jpg" border="0" /></a> My forum link is www.myapple.pl |
#2285
|
|||
|
|||
hey i get this error when enabling the ajax refreshing system.
Quote:
|
#2286
|
|||
|
|||
Does anyone else have a problem with postbit ads? That no matter what settings I use they appear only on the first page - or is it just me?
|
#2287
|
||||
|
||||
Quote:
Ok, figured out how to do it... Here is how I handle it. First in the ad management put something like this in the adcode.. Code:
<iframe src ="http://www.myurl.com/ad_banners.php" width="500" frameborder="0" height="85" scrolling="no" allowtransparency="true"></iframe> Then create a file called ad_banners.php Inside, I have created my own ad randomizer, but this randomizer will handle the PHP from another site as I needed... Code:
<?php $affiliate = rand(1,2); switch ($affiliate) { case 1: $ad = '<a href="http://www.ad1.com" target="_PARANT"><img src="http://i7.photobucket.com/banner3.gif" alt="http://www.ad1.com" border="0"></a>'; break; case 2: function get_include_contents($filename) { ob_start(); include $filename; $contents = ob_get_contents(); ob_end_clean(); return $contents; } $ad = get_include_contents('http://ad.com/misc/adserver/ad.php'); break; } //Display ad echo(' <html> <head> <style type="text/css"> html, body { background-color: transparent; } </style> </head> <center>' . "$ad" . ' </center></html> '); ?> Hope that helps someone in the future... |
#2288
|
|||
|
|||
PLease help..
Under every ad, i m getting this Message - Remove advertisements On clicking on this it goes to the register page, even if i m logged in.. I want to remove this text.. can u tell me how.. Thanks |
#2289
|
|||
|
|||
I solved the problem myself
THanks for the Mod |
#2290
|
|||
|
|||
Is there a way to limit access to the modification? Say you have to set a specific userid that can control the mod, because my other admin's keep changing it to their own adcode lol
|
#2291
|
|||
|
|||
Quote:
I have this problem and would like to rid myself of it. Also, how can you center an ad with auto-insertion? Top and bottom seem to be the only two functions that work. Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|