xenvn

AndyB - Remove privacy options - Xenforo 2 1.4

AndyB - Remove privacy options - Xenforo 2.webp


Description:
Removes privacy options in preferences.

SQL queries:
This add-on removes the privacy options but does not change members settings. If members have already changed their privacy options and you would like to set all members back to default, that is to show online status and current activity, you will want to execute the following two SQL queries in phpMyAdmin:

UPDATE xf_user SET visible = 1

UPDATE xf_user SET activity_visible = 1
 

Attachments

Last edited:
Top