Any chance to get this to work on VB 3.6.4? I did not create the new profile field.
I go this error when I posted a new thread on my forum now:
Code:
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT username
FROM vb_user
LEFT JOIN vb_userfield AS userfield ON (user.userid = userfield.userid)
WHERE usergroupid IN (2,6,13) AND field5 = 'Yes'
ORDER BY username ASC;
MySQL Error : Unknown table 'user' in on clause
Error Number : 1109