Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Just run this query for now:[code=sql]UPDATE xf_user_privacySET allow_send_personal_conversation = 'members'WHERE allow_send_personal_conversation = 'everyone'[/code]There's a couple of ways we could make changes here. From updating the order of the select drop down so that "Members only" would appear first, or just removing this invalid value from the database on the next upgrade, but the query above should take care of it for now.
Just run this query for now:
[code=sql]
UPDATE xf_user_privacy
SET allow_send_personal_conversation = 'members'
WHERE allow_send_personal_conversation = 'everyone'
[/code]
There's a couple of ways we could make changes here. From updating the order of the select drop down so that "Members only" would appear first, or just removing this invalid value from the database on the next upgrade, but the query above should take care of it for now.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences