Hi, I have installed it and set it up, but I can't get it to show the openads ads.
I have tried different types of openads ads and none of them display. I know the ad codes are working because I can run it on a test php page.
If I just write "XYZ" in the banner area of VB Ads setup it does show the XYZ in my forum.
So apparently the problem is compatibility between openads and vbads.
Here is the openads code
PHP Code:
<?php
if (@include(getenv('DOCUMENT_ROOT').'/oa10/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:1', 0, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>
My forum is at
http://www.snowbrasil.com/forum/showthread.php?t=1250
You can see the space for the banners between the posts, but nothing shows there.
And here you can see that the openads code works.
http://www.snowbrasil.com/ads.php
I appreciate your help.
Thanks so much