
sorry it dosn't, i still get this error:
PHP Code:
Database error in vBulletin 3.0.0:
Invalid SQL:
SELECT forum.title AS forum, COUNT(attachment.attachmentid) AS count, SUM(IF(thumbnail = '', 0, 1)) AS thumbs, SUM(IF(thumbnail = '', 1, 0)) AS files, SUM(attachment.filesize) AS bytes
FROM vb3_attachment, vb3_post AS post, vb3_thread AS thread, vb3_forum AS forum
WHERE attachment.postid = post.postid
AND post.threadid=thread.threadid
AND forum.forumid=thread.forumid
AND forum.forumid=5
GROUP BY thread.forumid
ORDER BY count DESC
mysql error: Unknown table 'attachment' in field list
mysql error number: 1109