I got this installed without a hiccup and displaying perfect on my page.
However.... I get the infinite "Loading" text and the chatbox never finishes loading.
I am using vB 3.6.6 and have tried viewing with both FireFox and IE with the same results. Please help, this looks like a WICKKKKKED good mod, just gotta get it working right.
Thanks in advance.
I am also getting this database error sent to my email now......
Code:
Database error in vBulletin 3.6.6:
Invalid SQL:
SELECT DISTINCT u.username,u.displaygroupid,u.userid,s.userid AS suserid,u.usergroupid
(u.options & 512) AS invisible
FROM mgc_cb_evo_session AS cbs
LEFT JOIN user AS u ON (cbs.userid=u.userid)
LEFT JOIN session AS s ON (cbs.userid=s.userid)
WHERE cbs.dateline>='1227484420' AND cbs.userid!=0;
MySQL Error : FUNCTION u.usergroupid does not exist
Error Number : 1305
Date : Sunday, November 23rd 2008 @ 06:56:40 PM
Script : http://www.cbusers.com/mgc_cb_evo_ajax.php
Referrer : http://www.cbusers.com/index.php
IP Address : 71.191.16.196
Username : 10 Gauge
Classname : vb_database
^^Fixed this part by deleting u.usergroupid from ajax.php file.....
Still have the loading issue!