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.
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:
* Find <!-- post $post[postid] popup menu --> and paste $postbit_advertisement above it in your postbit & postbit_legacy templates.
* Paste $forumbit_advertisement at the bottom of your forumhome_forumbit_level1_post and forumhome_forumbit_level2_post templates.
* Paste $threadbit_advertisement at the bottom of your threadbit template.
* Paste $footer_advertisement at the top of your footer template.
* Find $spacer_close in your footer template and below it paste $rightcolumn_advertisement.
* Find in your header template and replace it with $header_advertisement.
* Find $spacer_open in your header template and below it paste $leftcolumn_advertisement.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
First reply is of interest to anyone having problems with the same advertisement showing up multiple times!
Depends which template its in. Open that template and look for multiple instances of $x_advertisement in the template. That should be included only once, unless you're using automatic template edits in which case it shouldn't be included at all.
Am I actually searching for $x_advertisement because I can't seem to find that phrase anywhere. And I have looked through all the templates.
Edit the footer template and paste your analytics code at the bottom. Simple as that.
So this is the main footer template within each style of the footer template within the AdManagement system, adn if within the Ads system should one use a | deliminator between the last banner and the Analytics code?
Last Q, if one wished to remove completely the $vbphrase[adintegrate_remove_ads] phrase should one delete the phrase or just enter a null translation value?
So this is the main footer template within each style of the footer template within the AdManagement system, adn if within the Ads system should one use a | deliminator between the last banner and the Analytics code?
Last Q, if one wished to remove completely the $vbphrase[adintegrate_remove_ads] phrase should one delete the phrase or just enter a null translation value?
1) No, it's the standard vBulletin footer template, nothing to do with the modification. It has...
Because adding AdminCP options - especially more complex ones - is not efficient. I'm sorry you do not like the new method but it will not be changed back. You must use template conditionals for the link if you only want some usergroups to see it.
Sorry, this is backwards. Remember the Times where the PlugIn Function to vBulletin was new and why ?
I am having trouble with the ajax rotator. I have an iframe adcode from an advertiser. When the ad roatates it is adding a slash to the iframe src url. For example:
When the ajax refreshes the block I get a 404 in the iframe as the url is now "/http://www.domain.com/aff.html" (notice the slash before http).
Any way to solve this?
Cheers,
Ian
Quote:
Originally Posted by neverstop
Hi,
That is the exact code (except I am editting out the domain name). I get a 404 message that says exactly: The requested URL /"http://www.domain.com/aff.html" was not found on this server.
(FYI in the admincp: The requested URL /admincp/"http://www.domain.com/aff.html" was not found on this server.)
This is in a custom adcode block. On the initial pageload it works fine, but when the ajax refreshes the block I get the 404.
Cheers,
Ian
Have you had a chance to look into this one (the leading slash on an iframe url when the ajax refreshes)?