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.
i had put everywhere and tried bro....it dint show in any place...all it showed was an empty white screen in that place....no banners or ads. showed up.....
i just wrote a simple text in the threadbit section and it showed up in the screen...only the google ads. dint show up...my adbrite thing is also working f9
cant i give javascript codes in it....cos my adsense starts with a script tag....
Yup... I get this with the ad system on, google analytics off and footer ads off.
vB Ad Management by =RedTyger=
I get exactly the same problem, wierd thing is the footers doesnt show in the default style either and I haven't even changed any templates in their. So I have to keep Google Analytics tracking off for the footer to appear.
Unfortunately I don't actually use any advertising myself so I don't have access to the code to test on.
However! The file attached to this post should, I hope, fix both the problem with the Google Analytics code causing problems with the footer and the Google Adsense code that wouldn't show up. I can't test myself, so if anyone would like to be a guinea pig...just overwrite your existing product with this one.
Red, I like this mod. I already installed it and everything is running good with both 3.5 and 3.6. I use header and footer ads alot, I have a few forum sections I would not want the ads to showup in. I see that there is no way in the admin cp to turn the header and footer of for certain forum ids? Why is that? Is there a easy fix to where I can have them shut off?
Red, I like this mod. I already installed it and everything is running good with both 3.5 and 3.6. I use header and footer ads alot, I have a few forum sections I would not want the ads to showup in. I see that there is no way in the admin cp to turn the header and footer of for certain forum ids? Why is that? Is there a easy fix to where I can have them shut off?
I already clicked installed.
There are few settings per location simply because it would make both the settings and the code itself insanely complicated. If you have something specific you want to do, it's best to do it just by editing the template.
Try surrounding the entire footer/header_advertisement templates with:
Code:
<if condition="!in_array($GLOBALS[forumid], 5,6,7)">
REST OF TEMPLATE
</if>
where 5,6,7 is the IDs of the templates you want to exclude. If that doesn't work, try surrounding the $footer_advertisement value in the header/footer template with the code. Or finally failing that, try replacing $GLOBALS[forumid] with $forum[forumid] or $foruminfo[forumid].
Can't remember which will work, but one of them definitely will.