Hi,
Thanks for this Mod, but i have an issue when i try to click on the discussion tab.
In fact when i try to click on the discusison tab, i have this database error:
Code:
Database error in vBulletin 4.0.4:
Invalid SQL:
SELECT
post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
user.*, userfield.*, usertextfield.*,
icon.title as icontitle, icon.iconpath,
avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,
spamlog.postid AS spamlog_postid,
deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
editlog.reason AS edit_reason, editlog.hashistory,
postparsed.pagetext_html, postparsed.hasimages,
sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages,
sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight,
IF(user.displaygroupid=0, user.usergroupid, user.displaygroupid) AS displaygroupid
, user.infractiongroupid
FROM forum_post AS post
LEFT JOIN forum_user AS user ON (user.userid = post.userid)
LEFT JOIN forum_userfield AS userfield ON (userfield.userid = user.userid)
LEFT JOIN forum_usertextfield AS usertextfield ON (usertextfield.userid = user.userid)
LEFT JOIN forum_icon AS icon ON (icon.iconid = post.iconid)
LEFT JOIN forum_avatar AS avatar ON (avatar.avatarid = user.avatarid)
LEFT JOIN forum_customavatar AS customavatar ON (customavatar.userid = user.userid)
LEFT JOIN forum_spamlog AS spamlog ON (spamlog.postid = post.postid)
LEFT JOIN forum_deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND deletionlog.type = 'post')
LEFT JOIN forum_editlog AS editlog ON (editlog.postid = post.postid)
LEFT JOIN forum_postparsed AS postparsed ON (postparsed.postid = post.postid AND postparsed.styleid = 4 AND postparsed.languageid = 2)
LEFT JOIN forum_sigparsed AS sigparsed ON (sigparsed.userid = user.userid AND sigparsed.styleid = 4 AND sigparsed.languageid = 2)
LEFT JOIN forum_sigpic AS sigpic ON (sigpic.userid = post.userid)
WHERE post.postid IN (0Array,7557)
ORDER BY post.dateline;
MySQL Error : Unknown column '0Array' in 'where clause'
Error Number : 1054
Request Date : Sunday, June 20th 2010 @ 02:51:12 AM
Error Date : Sunday, June 20th 2010 @ 02:51:12 AM
Script : http://***********/forum/showwiki.php?title=Titres+Modern+Warfare+2&do=comments
Referrer :
IP Address : ***********
Username : ************
Classname : vB_Database
MySQL Version : 5.0.90