XF 2.1 Users who block their profile to other members

orthopug

Member
How do I remove the option for users to set their profile display to "Nobody"? I don't want them to have this ability.

Untitled-1.webp
 
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.
 
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.
 
Top Bottom