marcho your code got me this error, did i copy something wrong?
PHP Code:
Database error in vBulletin 3.0.7:
Invalid SQL:
SELECT username,user.userid,email,joindate,activationid
FROM useractivation AS useractivation
LEFT JOIN user AS user ON(user.userid=useractivation.userid)
WHERE dateline =
(select MAX(dateline) FROM useractivation AS ua2 WHERE ua2.userid = useractivation.userid)
AND user.usergroupid=3 AND user.posts = 0
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'select MAX(dateline) FROM useractivation AS ua2 WHERE ua2.useri
mysql error number: 1064