Our 'Banned Users' usergroup currently has a groupid of 25, but I need it to be 8 so a mod will work properly (deafult avatar for banned users)
Are these the only two spots I would need to change the ID?
table: usergroup
update 'usergroupid' from 25 to 8
table: user
update all entries which have a usergroupid of 25 to 8
Any other spots this number needs to be changed?
thank you
shona
Are these the only two spots I would need to change the ID?
table: usergroup
update 'usergroupid' from 25 to 8
table: user
update all entries which have a usergroupid of 25 to 8
Any other spots this number needs to be changed?
thank you
shona
Comment