I'm trying to install this on 3.8.2 and I'm getting the following error:
Code:
Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT thread.threadid,
thread.lastpost, thread.lastposter, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views
FROM thread AS thread
WHERE forumid (8, 51, 52, 54, 55)
AND sticky = 0
AND visible IN (0,1,2)
ORDER BY sticky DESC, lastpost DESC
LIMIT 0, 20;
MySQL Error : FUNCTION xwnet_1sk.forumid does not exist
Error Number : 1305
I know you tried it on 3.8.4+ but I was wondering if you can help me out...
thanks in advance,
nando