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 wanted also to remove the "remove advertisement". Here is what I did, as I couldn't find any way in the admincp to hide/remove it:
- uninstall the product
- open the file vb_ad_management.xml in your editor
- find the lines where $vbphrase[adintegrate_remove_ads] appears (there are 12 occurences)
- delete the complete lines where it appears (12 ligns)
- re-install the product
It's done. There might be other ways though.
It would be great to add this feature in the admincp/vb_ad_management
I wanted also to remove the "remove advertisement". Here is what I did, as I couldn't find any way in the admincp to hide/remove it:
- uninstall the product
- open the file vb_ad_management.xml in your editor
- find the lines where $vbphrase[adintegrate_remove_ads] appears (there are 12 occurences)
- delete the complete lines where it appears (12 ligns)
- re-install the product
It's done. There might be other ways though.
It would be great to add this feature in the admincp/vb_ad_management
The product works perfectly. Thanks again.
Thanks! Worked great.
Now if only I could figure out how to center the ads instead of have them align left like they do.
Is there anyway I can configure the system to display adverts within showthread when the thread age is greater than X days?
EDIT:
Actually after giving this some more thought:
Is there anyway I can configure the system to display adverts within showthread when the thread age is greater than X days for forum A, and greater than Y for forum B.
there is a simple way out too! just go to phrases and language section. find the phrase remove advertisemnts and replace with <!-- remove !-->!
To center you can add the <center> tag.
Quote:
Originally Posted by vgevolution
There's a vb phrase you can clear to remove that text. Do a phrase search for Remove Advertisement and you'll find it.
There is actually and easier way to achieve this. Go into your ACP---->Styles & Templates----->Search in templates. You are going to be looking for this phrase "$vbphrase[adintegrate_remove_ads]" just delete what is in the " " and it will not be there any longer. There are several templates to do this to but they are small ones.
Is there any possibility of using php code in the advertisement code boxes? I have a php redirector script to hide the url, which I would like to call using ids. Unless there is another solution other than iframes and javascript?