Quote:
Originally Posted by voter
Both the original, as well your new version is not able to import vbSout.
To make it possible just one correction is needed . TABLE_PREFIX . in line 672
Change in the line 672
Code:
$check_vbshout = $vbulletin->db->query_read("SHOW TABLES LIKE 'shout'");
to
Code:
$check_vbshout = $vbulletin->db->query_read("SHOW TABLES LIKE '" . TABLE_PREFIX . "shout'");
|
Thanks for reporting this. I corrected it in the upcoming version.
Quote:
Originally Posted by davew
I just had to disable MGC
I was getting the "Loading" message, and nothing else..
Have installed something else temporarily, hopefully the new version will fix this issue, and this is without doubt the best featured chatbox around..
Cheers,
Dave
|
So far test of the new version is successfull, appart from a small side issue on IE I have to fix.