I found that this works in the phpinclude_start template. Make sure you delete this file from the gobal.php file or it won't work.
PHP Code:
if ($vboptions['enbanners'])
{
// select random banner and display it
$getbanner = $DB_site->query_first("SELECT title, html, url, type, status, width, height FROM " . TABLE_PREFIX . "banners WHERE status = '1' ORDER BY RAND() LIMIT 1");
eval('$banner = "' . fetch_template('banner') . '";');
unset($getbanner);
}
One thing I have found with this script is that it doesn't rotate. Does anyone else have this problem??
Thanks,
Itworx4me