Brogan submitted a new resource:
Add characters to user names of invisible members (version 1.0) - Now you see them, now you don't.
Read more about this resource...
Add characters to user names of invisible members (version 1.0) - Now you see them, now you don't.
I've seen this asked a few times so it's probably worth posting here.
If you want to make the user names of invisible members more obvious, you can add characters to the start and end of the user name using CSS.
Add this to EXTRA.css to add a character to the start of the user name:
Code:.invisible:before { content: "*"; }
Add this to EXTRA.css to add a character to the end of the user name:
Code:.invisible:after { content: "*"; }
If you want to put parentheses...
Read more about this resource...