Heisenberg submitted a new resource:
You must be registered for see links
- Set user privacy options using SQL queriesThis resource is not affiliated with XenForo Ltd.
These queries will update the privacy preferences for all existing members, overriding what they have already set.
These queries would typically be used after an import to reset any incorrect or unwanted values.
Copy and paste the code below into phpMyAdmin.
The following settings will change all privacy options to members only.
Code:UPDATE xf_user_privacy SET allow_view_profile = 'members'; UPDATE xf_user_privacy SET...
You must be registered for see links
