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 needed the same thing. Here is what I did. Go to the language and phrase manager. Find the adintegrate_remove_ads. Mine was on the second page of choices. Click the 'edit' button next to it. Then simply put a blank space in the text box with your space bar, and save. That simple. I just did it and it worked for me. Removed it completely. Hope that helps.
Now I just need to find out how to get my ad banner to show. I am still just getting the little white box with the colored shapes in it. The banner wont appear. I have tried every combination of my image path I can think of. Even the http://mysite.org/forum/images/banner/imagename.jpg path to no avail. Here is the current code: <img scr="images/banners/edensgate.jpg"> Anyone help me with that one?
Thanks so much my friend! Exactly what I needed. The other guy didn't know so he attacked me. I'm glad your above that. Have a good one! Thanks again.
Got the ads to show. Thanks for the help. Can I ask one more question? If I want the users to be able to click on the banner ad that is up and have it take you to their site, is there a special way/order I need to enter the a href information? Right before or right after the src info? Thanks
Got the ads to show. Thanks for the help. Can I ask one more question? If I want the users to be able to click on the banner ad that is up and have it take you to their site, is there a special way/order I need to enter the a href information? Right before or right after the src info? Thanks
Try this:
<a href="http://www.???.com/"><img src"images/banners/edensgate.jpg" alt="heading of Ad" border="0" /></a>
obviously replace www.???.com with the web site you are trying to point to...
Excellent. Thanks. I changed alt="heading of Ad" to alt="Edens Gate Corals" so the site name is what shows when you hover over the ad. Thanks for the help.
Is there a quick fix to get the header ads to center on the page instead of being on the left side? Also, I'd like the link when you click the ads to open in a new window. Sorry for all the questions.
hi,
i get this error when i activate this module:
Fatal error: Cannot redeclare cache_styles() in /home/xxx/public_html/includes/local_links_include.php on line 1120
Excellent. Thanks. I changed alt="heading of Ad" to alt="Edens Gate Corals" so the site name is what shows when you hover over the ad. Thanks for the help.
Is there a quick fix to get the header ads to center on the page instead of being on the left side? Also, I'd like the link when you click the ads to open in a new window. Sorry for all the questions.
To get the top add to center, replace the code in your "header" template with:
<div align="center">$header_advertisement</div>
To open up a new window, add in 'target = "_blank" ' to the code as follows:
hi,
i get this error when i activate this module:
Fatal error: Cannot redeclare cache_styles() in /home/xxx/public_html/includes/local_links_include.php on line 1120
how could i fix this?
It's a conflict with the links and downloads manager modification. I don't know if the problem is with his modification or mine, but he did say he would solve the conflict in his next release.