- Compatible XF 1.x versions
- 1.4
- Visible branding
- No
This add-on will remove all options for user to set themselves invisible.
Setp 1:
Set the default for new users:
Admin CP -> Home -> Options -> User Registrations -> Default Registration Values -> Show online status
Step 3:
Update the preferences of existing users by running this query on your database:
Before:
After:
Credits: Basic Idea of this add-on was taken from a post of Jake Bunce, so all credits goes to @Jake Bunce
Sending a donation:
If you like this add-on, please consider sending a small donation. My PayPal email address provided upon request via Private Conversation
Setp 1:
- Download attachment & unzip it.
- Log in to your Admin CP and click on "Install Add-on" at bottom left corner.
- Upload the unzipped XML file.
Set the default for new users:
Admin CP -> Home -> Options -> User Registrations -> Default Registration Values -> Show online status
Step 3:
Update the preferences of existing users by running this query on your database:
Code:
UPDATE xf_user
SET visible = 1
Before:
After:
Credits: Basic Idea of this add-on was taken from a post of Jake Bunce, so all credits goes to @Jake Bunce

Sending a donation:
If you like this add-on, please consider sending a small donation. My PayPal email address provided upon request via Private Conversation