Hey, works GREAT, but when I view the 'online.php' it gives me this error...
Code:
Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT IF(thread.threadprefix <> '', CONCAT('[', thread.threadprefix, '] ', thread.title), thread., thread.threadid, thread.forumid, thread.postuserid, thread.visible
,post.pagetext AS preview
, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
FROM thread AS thread
LEFT JOIN post AS post ON(post.postid = thread.firstpostid)
LEFT JOIN subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1 AND canview = 1)
WHERE thread.threadid IN (0,12176,393,12175,11771,12172,9493,12172);
MySQL Error : You have an error in your SQL syntax near ' thread.threadid, thread.forumid, thread.postuserid, thread.visible
,post.pag' at line 2
Error Number : 1064
Date : Monday, May 8th 2006 @ 12:29:16 AM