Ok here's the bugs I've found so far using VBB 3.0.7:
Phrase seems to be missing, even when you manually add it, it still doesn't show:
Could not find phrase 'GAB_settings_saved'.
Placing this code in the navbar template doesn't do anything:
$GAB_ad1
Error in admincp/index.php code change - code is:
= false;
// === GAB ===
Should be:
$printhr = false;
// === GAB ===
On advertising.php (I presume people can add their banners using this) - database error:
Invalid SQL: SELECT * FROM GAB_packages ORDER BY ordinal,title,id ASC
mysql error: Table 'db114478486.GAB_packages' doesn't exist
Found an error in admin/GAB_admin.php - looking for the wrong phrase (line 1034):
print_stop_message('GAS_settings_saved');
Should be GAB_settings_saved - but see above phrase issue.
A directory isn't created, this might be me not reading it right, but you need a ./gas directory for the images to be uploaded to.
And basically, I can't get it working, at all, I'm hoping that these will be resolved and a non beta will be released, this is a great hack.
|