newbie,no got a clue alert :disappointed:
followed instruction,well i know i haven't coz its not working...lol,
get a sql error when i put turn the news system on
Quote:
Invalid SQL:
## GET NEWS ##
SELECT thread.*,thread.iconid AS threadiconid, threadpost.pagetext AS pagetext,
threadpost.attach AS attachcount,
IF(user.displaygroupid = 0, user.usergroupid, user.displaygroupid) AS displaygroupid
FROM thread AS thread
LEFT JOIN user AS user ON (thread.postuserid = user.userid)
LEFT JOIN post AS threadpost ON (thread.firstpostid = threadpost.postid)
LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread')
WHERE forumid IN ()
AND deletionlog.primaryid IS NULL
AND forumid NOT IN (0)
AND thread.open <> 10
AND thread.visible = '1'
ORDER BY thread.dateline DESC
LIMIT 0
mysql error: You have an error in your SQL syntax near ')
AND deletionlog.primaryid IS NULL
AND forumid NOT IN (0)
AND thread.open' at line 14
mysql error number: 1064
|
everything else when installin was fine,althou do you need to change the Image Paths: vBulletin 3 (id: 2) :ermm: