Topic: Force everybody to use avatars, lock use_avatar to 1
I want to "force" all my members to use avatars, because I have a customized punbb with a "no picture" picture that shows up when there's no avatar available. That gives members enough choice; if they don't want to upload a picture, they get the "no picture" badge of shame. ;-)
I changed the existing zeroes into ones with this query:
UPDATE users SET use_avatar = 1
How can I permanently lock use_avatar to 1? Or entirely remove the check from the code?