orthopug Member Jul 5, 2020 #1 How do I remove the option for users to set their profile display to "Nobody"? I don't want them to have this ability.
How do I remove the option for users to set their profile display to "Nobody"? I don't want them to have this ability.
Brad L Well-known member Mar 9, 2021 #2 Is there any solution for this? I'd like to just stop new members from blocking their profile. When profiles are blocked it becomes harder for the community to deal with trolls. Upvote 0 Downvote
Is there any solution for this? I'd like to just stop new members from blocking their profile. When profiles are blocked it becomes harder for the community to deal with trolls.
O Old Nick Well-known member Mar 9, 2021 #3 Hello, Edit account_privacy template and remove this code (around line 63): <xf:option value="none">{{ phrase('nobody') }}</xf:option> But this remove the 'nobody' option for all 5 privacy settings dropdowns. Upvote 0 Downvote
Hello, Edit account_privacy template and remove this code (around line 63): <xf:option value="none">{{ phrase('nobody') }}</xf:option> But this remove the 'nobody' option for all 5 privacy settings dropdowns.