Quote:
Originally posted by Q8vbhacks
thanks for hack but i have this problem
Database error in vBulletin: Invalid SQL:
SELECT
userfield.field6, usergroup.title, user.username, user.userid, user.invisible, user.receivepm,
user.usergroupid, user.lastactivity, user.lastvisit, userfield.field7, userfield.field8
FROM usergroup
LEFT JOIN user ON (usergroup.usergroupid = user.usergroupid)
LEFT JOIN userfield ON (userfield.userid = user.userid)
WHERE usergroup.showgroup = 1 AND usergroup.usergroupid = 10
mysql error: Unknown column 'usergroup.showgroup' in 'where clause'
mysql error number: 1054
|
You must create your fields before anything else and then add the mod to the config.php.
If you still have send your files i'll look into it when I have time.