I checked that and everything is turned off.
Whenever I try to run the following sql statement, it says...
Output from SQL command update user set avatarid='0' where usergroupid='2'; ..
No data returned
Is this not the right query:
UPDATE user SET avatarid=0 WHERE usergroupid=2
The number two is my registered user group and this is the group I want removed from avatars.
Thanks for the help!
Jason
|