Here's my situation, the upgrade from a phpBB2 installation left everyone with avatars, images, PM's, etc., all disabled by means of options. Now, of course, the solution is for them to manually change them, but thousands of users can't be expected to do this by themselves, so I need to change it for them, at least to a set of standards (avatars, signatures, PM's and embedded images on) ... I need to run a query on the user preference field in the users table.
I looked at a couple of them, and I see things like:
2311
6151
2135
How do I decipher this, and what's the number than I'm looking for to run a SET query on everyone's preference fields?
I looked at a couple of them, and I see things like:
2311
6151
2135
How do I decipher this, and what's the number than I'm looking for to run a SET query on everyone's preference fields?
Comment