- Compatible XF 2.x versions
- 2.3
Premium upgrade:
This XF2 add-on along with the entire collection can be purchased for $35.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the Resources area at this URL:
https://www.xf2addons.com/
Description:
Removes privacy options in preferences.
(Example of Privacy options)
(Example of User group permissions)
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:
User group permissions:
If you would like to offer your Premium members the ability to still be able to set their Privacy options, then select Yes to the Remove privacy options User group permission.
This XF2 add-on along with the entire collection can be purchased for $35.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the Resources area at this URL:
https://www.xf2addons.com/
Description:
Removes privacy options in preferences.
(Example of Privacy options)
(Example of User group permissions)
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
User group permissions:
If you would like to offer your Premium members the ability to still be able to set their Privacy options, then select Yes to the Remove privacy options User group permission.