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.
Sorry, don't follow you? You don't need to worry about anything like that, just the AdminCP settings. global_start just means run on every page load.
Yes, that's right. You must use HTML, any will work. I can't help you out with that too much there's a lot of different code you can use, but for a basic image/link combination it will look like this:
That's for a random rotation, note the comma which goes between every section of code and that there is NO comma with the last one. You can read up more about HTML here: http://www.w3schools.com/html/default.asp
Much appreciated, RedTyger. Code seems simple enough. Going to w3school site now to read up on HTML. Punzhu Puzzles
one problem, i relized today, that only registered users can see the ads (i have the ad to show on the footer and threads). I would like it to show to all. how to do that ?
Enter the IDs of the forums in which you do NOT want to display the advertisements, separated by commas. (i.e. 16,17,18) Leave blank to not exclude forums.
This setting does not apply to the header or footer or side columns.
That's why i'm asking has someone come up with a way now to stop it displaying in header/footer?
Oh right, didn't realise it was optional. Ok I won't change it then.
I use javascript in my ad rotations, so using some other character (or combination of characters that doesn't appear in html or javascript) than the comma for separation would be nice.