There's a bug with vBExperience Discussion Ender. As soon as installed it, I was getting lots of data base errors like this:
Database error in vBulletin 3.8.0:
Invalid SQL:
SELECT
post.userid, COUNT(userid) AS times
FROM vbthread
INNER JOIN vbpost ON thread.lastpostid=post.postid
WHERE post.userid=15
GROUP BY post.userid
ORDER BY post.dateline DESC, post.userid;
MySQL Error : Unknown column 'post.userid' in 'field list'
Error Number : 1054
Buy the way, VBExperience 3.8.2 seems to be OK by now.
|