.online { padding-left: 20px; background: url(http://yourimage.gif) no-repeat top left; }
This code will hide the online/offline icons from your friends:
| Author | Comment | |||
|---|---|---|---|---|
alison |
Change your online icons |
Lead | ||
|
This changes the online icon beside your name, but not beside your friends.
.online img { display: none; }
.online { padding-left: 20px; background: url(http://yourimage.gif) no-repeat top left; } This code will hide the online/offline icons from your friends:
.avatar-block p img { display: none; }
.avatar-block p.user-avatar img { display: block;}
Last Edited By: Chris 30 Aug, 2006 07:23.
Edited 1 time.
|
||||
|
|
||||
alison |
re: Change your online icons | #1 | ||
|
This code will change both online and offline images, and remove the words online/offline - you see just the icon.
span.status { width: 1px; display: block; float: left; overflow: hidden; padding-left: 20px; } .status img { display: none; } span.offline { background: url(/common/bypass/images/off_line.gif) 50% 40% no-repeat; } span.online { background: url(/common/bypass/images/on_line.gif) 50% 40% no-repeat; } |
||||
|
|
||||
PoeticRaine |
re: Change your online icons | #2 | ||
|
I want to hide my online/offline status along with the words
and the total posts/ last post/ last seen and member since stuff and I see codes here to do it, but, I cannot find the place where you edit it, Help Please?? and when I do, I'm not sure where it all is suppose to go... -Rox |
||||
|
|
||||
Arizona Bunny |
re: Change your online icons | #3 | ||
|
I think you can just add this:
.userstats, .online, .offline{ display: none; } And just stick it in the Custom CSS box. You can just stick it at the end. :D |
||||
|
|
||||
PoeticRaine |
re: Change your online icons | #4 | ||
|
Thanks so much
|
||||
|
|
||||
cedar rose |
#5 | |||
|
It hides the words "online/offline" from your profile... not the little green icon. And others who have you on their friends' list can see the little green icon showing you online anyway.
|
||||
|
|
||||