.avatar-block p.user-avatar { display: block;}
.avatar-block p.user-name { display: block;}
This will hide the online icon, votes and username
.avatar-block p.user-avatar { display: block;}
.avatar-block p.user-name { display: none;}
| Author | Comment | |||
|---|---|---|---|---|
alison |
Hide your friends online icon, votes and username |
Lead | ||
|
This code will hide the online icon and votes for your friends
.avatar-block p { display: none; }
.avatar-block p.user-avatar { display: block;} .avatar-block p.user-name { display: block;} This will hide the online icon, votes and username
.avatar-block p { display: none; }
.avatar-block p.user-avatar { display: block;} .avatar-block p.user-name { display: none;}
Last Edited By: Chris 30 Aug, 2006 07:24.
Edited 1 time.
|
||||
|
|
||||
Squishy |
re: Hide your friends online icon, votes and usern | #1 | ||
|
So this code will hide MY online status, votes and username FROM my friends, or will hide my friends' status, votes and username in my profile?
|
||||
|
|
||||
alison |
re: Hide your friends online icon, votes and username | #2 | ||
|
No, it will hide the online icon votes and usernames of your friends on your profile.
|
||||
|
|
||||
Squishy |
re: Hide your friends online icon, votes and username | #3 | ||
|
OK, is there something I can use to hide MY online icon from people?
Thanks for the reply, btw. :) |
||||
|
|
||||
Kristin |
re: Hide your friends online icon, votes and username | #4 | ||
|
.miniprofile-block .status
{display: none;} Try that. |
||||
|
|
||||
chaylil |
re: Hide your friends online icon, votes and username | #5 | ||
|
I've used the code from you Alison, and you Kristin and they work fine (only on IE). Which was surprising to me, because I know how much FF is liked here.
Is there something I can add, so I get the same results on FF?
|
||||
|
|
||||
stranlaw |
re: Hide your friends online icon, votes and username | #6 | ||
|
Is there a way to shorten people's user names that are too long and overlap with the next person's user name? I'd love to do that! :)
|
||||
|
|
||||
alison |
re: Hide your friends online icon, votes and username | #7 | ||
|
it didn't work on FF? ER...
|
||||
|
|
||||