Description:
Removes privacy options in preferences.
(Example of Privacy options) :
SQL queries :
If you would like to set all members so their "Show your online status" and Show your current activity" is unchecked, execute the following two SQL queries in phpMyAdmin:
Remove privacy options v1.4 changes : Compatible XF 2.x versions: 2.3
Download V1.4 :
Removes privacy options in preferences.
(Example of Privacy options) :
SQL queries :
If you would like to set all members so their "Show your online status" and Show your current activity" is unchecked, execute the following two SQL queries in phpMyAdmin:
UPDATE xf_user SET visible = 0
UPDATE xf_user SET activity_visible = 0
Remove privacy options v1.4 changes : Compatible XF 2.x versions: 2.3
Download V1.4 :
You must be registered for see links