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.
No, like I just said...if someone is going to use an advertisement that's too big for the space they've got, that's up to them. I can't do anything about it. If you don't have enough space, don't use that advertisement. Simple as that.
I have a problem. My site has 3 different styles, and I want the google ads, when showing, to blend into the styles background. At the moment, I have got the same ad on all the styles, which looks messy.
So what I want to know is, how do I restrict certain ads to a style?
I have a problem. My site has 3 different styles, and I want the google ads, when showing, to blend into the styles background. At the moment, I have got the same ad on all the styles, which looks messy.
So what I want to know is, how do I restrict certain ads to a style?
Edit the (whatever)_advertisement template and change it to the following.
Code:
<if condition="$bbuserinfo['styleid'] == 1">
$(whatever)_adcode
</if>
<if condition="$bbuserinfo['styleid'] == 2">
Your advertisement code for styleid 2
</if>
<if condition="$bbuserinfo['styleid'] == 3">
Your advertisement code for styleid 3
</if>
Etc. You can't manage style-specifics from the AdminCP.
After installing V3.0 the following errors did occur in forumdisplay.php:
Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)
Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)
Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)
Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)
Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)
Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)
Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)
Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)
and:
Die Cookies konnten nicht gesetzt werden, da der Header schon an den Browser geschickt wurde.
Datei: /is/htdocs/xxxx/www/xxxxx/forum/includes/class_core.php
Zeile: 3036