
03-16-2007, 08:09 PM
|
|
|
Join Date: Sep 2005
Location: Northampton UK
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Oap JTRipper
working fine for me
vb 3.6 rc2
vba 2.2
www.oapsquad.com/forums/
if your using custom themes have you done this
PHP Code:
This, however, may not be working with some custom skins if navbar template's codebit are changed. To fix that problem, open Banner System plugin (at global_start hook), replace the whole content with:
// Banner Ads System by tnguy3n
if($vbulletin->options['bannersys_mode'])
{
$getads = $vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "
bannersys_banners WHERE status = '1' ORDER BY RAND() LIMIT 1");
$ads = $vbulletin->db->fetch_array($getads);
// print banner ads
eval('$bannerads = "' . fetch_template('bannerads') . '";');
$vbulletin->db->free_result($getads);
unset($getads);
}
|
I have done this but the ads do not show...:down:
|