Hi great mod, I expect this is incompatible with vB 3.6.x, however I tried and received this error on.
I had to disable the mod until hopefully it is solved.
Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT user.userid as usersuserid, user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline,
customavatar.width, customavatar.height, customavatar.width_thumb, customavatar.height_thumb
FROM vb_user AS user
LEFT JOIN vb_avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN vb_customavatar AS customavatar ON customavatar.userid = user.userid
WHERE user.username = 'someone';
MySQL Error : Unknown column 'customavatar.width_thumb' in 'field list'
Error Number : 1054
Date : Monday, August 22nd 2011 @ 01:37:41 AM
Script : http://www.mysite.com/forum/
Referrer : http://www.mysite.com/forum/admincp/index.php?do=head
IP Address : xx.xx.xx.xx
Username : someone
Classname : vB_Database
Hopefully this will be made to work for old-timers as us still on vB 3.6.x versions
Thanks