Remove privacy options

Add-ons Remove privacy options 1.1

Register & Get access to index
Compatible XF Versions
2.0 , 2.1 , 2.2
Visible Branding
No
Description:
Removes privacy options in preferences.

(Example of Privacy options)
pic001.jpg


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
  • Like
Reactions: Aram and zelly
Author
XenForo
Views
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from XenForo

Latest updates

  1. See description

    Remove privacy options v1.1 changes: Fixed issue with "Show your online status" and "Show your...
Top Bottom