Skip to main content
Main Content

No way to set your activity to invisible?

No way to set your activity to invisible?
Posted 2020-10-23 17:27:44

Is there a way to set your activity to invisible? I can't seem to find any. It gives me a lot of anxiety when people can see exactly when I'm active on a site and find me in the online users list, and without a way to set myself to invisible, this could very well be a deal breaker for me using this site. 

Snapdragoon
#20350

Posted 2020-10-23 18:54:04

From what I know there is no way to set your activity to invisible.


Ceiyru
#440

Posted 2020-10-25 05:56:04 (edited)

This is more of a hack than proper invisibility status (you’ll still appear online on the forums and online user list), but you can hide the online indicators on your den page and profile with CSS:

  • green dot on your den page: .fa-circle{display:none;}
  • Last Active on your profile: table.mt-3 tr:last-child .right span{display:none;} table.mt-3 tr:last-child .right::after{content:"Invisible";}

Be careful with that last one; it should work fine with the default profile, but might hide things it shouldn’t if you’re using a custom theme. (Feel free to message me if you have any problems with that!) Also, you can change the part in quotation marks Invisible with any text, and even style it if you’re so inclined ;V


🐺
#9672

Posted 2020-10-25 19:55:35

Oh wow, that worked perfectly! Of course I still wish there was a proper invisible status, but this is definitely far better than before. Thank you so, so much for the kind help!

Snapdragoon
#20350

Search Topic