DBA Well-known member Feb 6, 2012 #1 It appears that every account (I migrated from vB) defaulted the "Post messages on this user's profile page" to unchecked (no one). Is there a command I can run to change all the accounts to "members only"? Thanks
It appears that every account (I migrated from vB) defaulted the "Post messages on this user's profile page" to unchecked (no one). Is there a command I can run to change all the accounts to "members only"? Thanks
P Paul B XenForo moderator Staff member Feb 6, 2012 #2 Code: UPDATE xf_user_privacy SET allow_post_profile = 'members'; Upvote 0 Downvote