Hi again,
Thanks for all your help, ive got one more question.
We ditched the vbadvanced page and dont need to worry about what ads are on what pages. We just need to be able to call 2 468x60 banners, and one or two small side banners for each page. Right now we are only able to call 1 large banner at the top.
Here is how we are doing it:
In the php_include section in styles we have:
Code:
require("/home/httpd/vhosts/distributortalk.com/httpdocs/ads/phpadsnew.inc.php");
$ads_array=view_raw("468x60");
Then on in the header template where we have the banner showing we have:
This works great to call a random 468 banner at the top, but we want to call one more at the bottom, and then one of the small size ones on the side.
Thanks in advance!