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 saw this posted a few pages back with no resolution... I have three Google Adsense codes set up -- header, right side and footer. However, only the header one shows up. All three are turned on, and you can see the space where they SHOULD be, but they don't display. If I look at the page's source code, the ad code is there, but no ad shows.
I did some tests and it seems that the first ad per page is all that shows. i.e. if I set it to show header, right and footer, all I see is the header ad. If I set it to show right and footer, all I see is the right, and if I just set it to footer, I see the footer.
my only question, how do i edit the copyright text? i just need to change the color of the link (as it isnt the correct color against the background), but i cannot find it anywhere in phrases or in the footer
my only question, how do i edit the copyright text? i just need to change the color of the link (as it isnt the correct color against the background), but i cannot find it anywhere in phrases or in the footer
Two ways:
1.
Go to Plugins and Products -> Plugin Manager -> vB Ad Management -> "vB Ad Management - Ads in Header & Footer, Left & Right columns, Google Analytics"
It's at the bottom in a div with class="smallfont"
However, do not modify this code unless you know enough php/xhtml not to break it all completely.
2. Easy way
Go to Styles&Templates -> Main CSS -> CSS Selector .smallfont
and add in the text style there.
That will change the style for any text with the class smallfont, however.
Please please please - allow specific ads for a particular forum! This would solve my problem if I could great individual forum sponsors (different static ad at the top of individual forums). Is there a way to do this? It looks like the same ad has to be displayed on the forums you choose. I need a different ad for each forum.
1.
Go to Plugins and Products -> Plugin Manager -> vB Ad Management -> "vB Ad Management - Ads in Header & Footer, Left & Right columns, Google Analytics"
It's at the bottom in a div with class="smallfont"
However, do not modify this code unless you know enough php/xhtml not to break it all completely.
2. Easy way
Go to Styles&Templates -> Main CSS -> CSS Selector .smallfont
and add in the text style there.
That will change the style for any text with the class smallfont, however.
On the other hand, it's much much easier
thanks...first method worked better (i edit the link script to include a color definition, as opposed to changing the class)