I had visited many pages around here before I noticed 3 of them don't have the online status under their headshots.
Is it really possible to do so and if yes, can somebody please tell me how? If this has been asked before - sorry - just give me the link.

Thank you!

78 Comments
onlymissy wrote on Jan 26, edited on Jan 26
I forgot to add that they also don't have the location under the headshots. Moreover, one of them is my contact and there is no info of the relationship under his headshot either. It usually says 'xxx is your online buddy/friend/etc' right? Instead, it shows the links of options (Photos of xxx, Personal Message, RSS Feed, Report Abuse, etc) directly under his headshot.
cat711 wrote on Jan 26
whoever knows pls reply here! i also want to hide online status
lynnona1128 wrote on Jan 26
me too...
Comment deleted at the request of the author.
alogena wrote on Jan 26
.railbody p {
display:none;
}
alogena wrote on Jan 26, edited on Jan 26
anyway examining the HTML code of the page (view page source) it is possible to see the status -
display none just hides the text does not cancel it from the page

beatleboy9 wrote on Jan 26
Well, whatever it is, I'm just gonna head to the back of the line & wait for the answer with everyone else! Anybody have any Cookies or something while we wait?
alogena wrote on Jan 26
@onlymissy

add a }
at the end of ur css code !

alogena wrote on Jan 26, edited on Jan 27
this code

.railbody p {
display:none;
}

will hide
status, name and country


only the country (in italic) is hidable at this way

.railbody p i {
display:none;
}



only the status (in bold) is hidable at this way

.railbody p b {
display:none;
}


the only name is hidable at this way

.railbody p {
display:none;
}
.railbody p i, .railbody p b {
display:block;
}
onlymissy wrote on Jan 26, edited on Jan 26
alogena said
anyway examining the HTML code of the page (view page source) it is possible to see the status -
display none just hides the text does not cancel it from the page

Thanks for the code! I just want that thing off my site when people pay me a quick visit, that's all.
Again, thanks!
Comment deleted at the request of the author.
bindra wrote on Jan 26
I think I'll keep the cookies for myself now...
emotifpink wrote on Jan 26
thank u for the code.. your a big help
josehermanazdaii wrote on Jan 26
I would hope that the moderators have that power. This might be a option when you create your page or the option is given in your profile? If that's not it, since IDK, ask one of them to
"Git-r-Done."
bienemaia wrote on Jan 26
alogena said
the code will hide
status
name
country

the only country is addressable at this way

.railbody p i {
display:none;
}

the only status is addressable at this way
.railbody p b {
display:none;
}

so u can to use only
.railbody p b {
display:none;
}

for removing only the status leaving there country and name.
i'm sorry, i'm confused.

which code do i use to hide status, name & country?

alogena wrote on Jan 26, edited on Jan 26
which code do i use to hide status, name & country?
no one of these
the solution is in the previous reply

.railbody p {
display:none;
}
bienemaia wrote on Jan 26
thank you, it worked!
kylieukira wrote on Jan 26
Glad I stop by.
Very useful code!!!
shoppingfreedom wrote on Jan 26
Thank you so much
Comment deleted at the request of the author.
cheongalexis wrote on Jan 27
thanks. :D very useful indeed. :D
theduke68 wrote on Jan 27
thanks so very much
tenderspirit wrote on Jan 27
I just have a quick question....I've used this on my test site and it hid the info with no problem, but for some reason it will not work with my personal site (the one I'm using right now). Is there something I'm missing here? I hate having my online status showing 'cause sometimes I can only pop on quick and would prefer to be invisible.
acrafty1 wrote on Jan 27
Ooops...silly me, I was signed in at wrong site when I wrote the above comment.....THIS profile is the one that won't hide the online status!
alogena wrote on Jan 27
I just have a quick question....I've used this on my test site and it hid the info with no problem, but for some reason it will not work with my personal site (the one I'm using right now). Is there something I'm missing here? I hate having my online status showing 'cause sometimes I can only pop on quick and would prefer to be invisible.
The most probable thing is that
u have a syntax error in the code
before the place where u have added the new code
(in the same block or in some previous block)

alogena wrote on Jan 27, edited on Jan 27
....above ,,, uhmmm

yep ,, As u see u forgot the clsed bracket

#home_guestbook {
height: 500px;
overflow:auto;
width: 360px;

.replydeleted {display:none;}

.railbody p {
display:none;
}



you have to close the #home_guestbook block with the }
probably .replydeleted too is not working :)


acrafty1 wrote on Jan 27
THANK YOU ALOGENA!!!! That's exactly what it was & I can't tell ya HOW MANY TIME'S I've looked at this....it's been like looking in the frig for something I can't find, but staring right at, lol.....BLESS YOU! :o)
lynnona1128 wrote on Jan 27
Thanks Alogena it works...I hid my on-line status... :-)
13thproduction wrote on Jan 30
thanks for the online status....
moimoiis wrote on Jan 30
I am reading this right now, still don't get it. What is the procedure? What I mean is how do I start, what first, next? I am pretty iliterate about codes and such. Anybody has the patience to explain to me in layman's terms please!
1timelessdove wrote on Jan 30
thank you
hanzrobin wrote on Jan 30
Thank you, thank you, thank you.

I'm here by way of a link provided by a friend in a group setting.

Yes! Now I can return to hiding.
hanzrobin wrote on Jan 30
BTW, the code that's supposed to hide one's name, online status and country only works for two out of the three. My "name" is still showing. However, as I don't use my real one, I'm not bothered by it.

At least my status is no longer showing and that's the main thing.
alogena wrote on Jan 30
BTW, the code that's supposed to hide one's name, online status and country only works for two out of the three. My "name" is still showing. However, as I don't use my real one, I'm not bothered by it
Why ?
the name is hidden too ,,
sure it remains visible Photos of ***

but the name being between the status (upper) and the country (lower) is hidden now in ur site
:)
alogena wrote on Jan 30
BTW

this remove the photos of *** link too

ul.sidelist li.photos {display:none;}

bindra wrote on Jan 31
I am reading this right now, still don't get it. What is the procedure? What I mean is how do I start, what first, next? I am pretty iliterate about codes and such. Anybody has the patience to explain to me in layman's terms please!
Just take the necessary code and paste it in your Custom CSS box.

http://multiply.com/setup/pages/upload-css
citybreezes wrote on Feb 8
Hi can the codes you show here be used on a Multiply Customised Theme ?
citybreezes wrote on Feb 8
I should have made myself clear here, I meant the code to hide online status
psychotic2 wrote on Feb 8, edited on Feb 8
Hi can the codes you show here be used on a Multiply Customised Theme ?
Yes, you are not altering the theme itself just hiding the info in the right rail.
citybreezes wrote on Feb 8
Thank you so much for quick response

citybreezes wrote on Feb 8
Well I do not seem to grasp this even though reading it, seems straight forward......I still show as online, I copied and pasted the code in css box, obviously it must go in box in an order? I am computer illiterate so sorry...I added it at end of the css codes, this is wrong I assume?
psychotic2 wrote on Feb 8
You can basically add anything that you want to the CSS codes to enhance your theme by hiding the default icons, adding the guestbook overflow codes etc. I just recently came across a post about changing the "Submit" & "Preview" buttons on your page and I applied theme to my theme. (created by me) Here is the code if anyone is interested: Just change the hex colors #'s to your preferences to match your page.

-------------------------------------------------------------------------

input {
background-image: none;
background: transparent;
border: 2px solid #B0CAE3;
color: #AB1B1A;
font-size:10px;
font-weight: bold;
margin:3px;
padding:5px;
}

-------------------------------------------------------------------------
psychotic2 wrote on Feb 8, edited on Feb 8
Well I do not seem to grasp this even though reading it, seems straight forward......I still show as online, I copied and pasted the code in css box, obviously it must go in box in an order? I am computer illiterate so sorry...I added it at end of the css codes, this is wrong I assume?
This is the code that I used just to hide the "Online" status:
---------------------------------

.railbody p b {
display:none;
}

---------------------------------
Copy what's between the lines to hide just the online status. The other codes for the rest is given in the thread. Don't forget the (.) dot/period in front of the code and refresh your page afterwards.
citybreezes wrote on Feb 8
Thank you for being so patient with me.............I still cannot get it to work for me, many thanks anyway...........
citybreezes wrote on Feb 8
Yes my friend the last suggestion has worked.............many thanks I shall remember this in future Themes
psychotic2 wrote on Feb 8
No Problem...I see that it is working and that you needed to move it up in the CSS above the Theme Authors URL. You'll just have to remember whatever you may add in the future for this theme is to add it above that particular part in the CSS code in order for the codes to work.
citybreezes wrote on Feb 8
I will remember , thanks for help psychotic
momentsmaker wrote on Feb 17
i tried to use the codes. but unfortunately, my name still remains there.
i used this code:

.railbody p {
display:none;
}

can anyone help?
alogena wrote on Feb 17
your name is not visible now
where u see that ?
momentsmaker wrote on Feb 17
alogena said
your name is not visible now
where u see that ?
thanks alogena.
i realized that when we view our own site, our name would still show.
but if we viewed it from someone's account, the name would not show up.
thanks for bringing that to my attention.
i appreciate it, dear.
baturmalang wrote on Feb 23
Glad I stop by. Very useful code!!!
thank you so much...
blisssfully wrote on Mar 1
Ok, I am not gettng this. Where do I put the code that I use to hide my online status. I assumed I was to put the code at the end of the railbody codes, but that didnt change anything.

Would someone tell me where to put:
.railbody p b {
display:none;
}

Thank you!
alogena wrote on Mar 1, edited on Mar 1
yup you can to add that everywhere :)
if you have some doubt then add that
at the bottom of your preexistent code in your custom css box
after the last } you see there

if you are more desirous to learn than search the rigth rail section and add the code there
just caring you put the code between two blocks and not inside another one block

I mean
you HAVE TO DO
/* Rigth rail section */
...
some name {
...
}
.railbody p b {
display:none;
}
some other name {
....
}



and NOT

some name {
...
.railbody p b {
display:none;
}
}


ok I hope its clear
blisssfully wrote on Mar 1
Whoo hooo!! Thank you so much!!

(i get so excited when i learn how to do something new, you should have seen me when i figured out how to make my background stationary! lol lol)

Does the Happy Dance!!
alogena wrote on Mar 1
:)
now your are a bit more mysterious ;)

btw
nice headshot
blisssfully wrote on Mar 1
Thank you!
blisssfully wrote on Mar 1
Wanted to say thank you again. I've passed this on to 3 or 4 people already.
alogena wrote on Mar 2
:)
well then
it is three or four thanks :)
aditrie wrote on Mar 2
alogena said
.railbody p b {
display:none;
}
but in msg board still show if we are online.. how to hide this. thx :

Image Hosted by ImageShack.us
alogena wrote on Mar 2
yes its a new upgrade :-)

well for removing that info from the mini profile popup IN YOUR SITE
one possible code to use is

table.miniprofilebodytable .address {display:none;}


it will remove the status and the country info too
ONLY in your site

that info is not removable by you in the inbox and in the other sites



xavefse wrote on Mar 3
Thanks so much Alogena. The code is really helpful ! God bless...
alogena wrote on Mar 3
:)
tnx to u
acrafty1 wrote on Mar 3
alogena said
it will remove the status and the country info too
ONLY in your site

that info is not removable by you in the inbox and in the other sites
Thanks for the added code ~ Question just to clarify.....
So if someone is on a friends MP homepage, sees my headshot and clicks to see my miniprofile - they will be able to see that I'm online, right?
alogena wrote on Mar 3
So if someone is on a friends MP homepage, sees my headshot and clicks to see my miniprofile - they will be able to see that I'm online, right?
yes
in another site the code is from the other site (logical uh?)
in the inbox there is the default code
and we cannot to change our miniprofile popup .
acrafty1 wrote on Mar 4
alogena said
yes
in another site the code is from the other site (logical uh?)
in the inbox there is the default code
and we cannot to change our miniprofile popup .
Yep....that's logical ~ what a bummer though, lol...........
alogena wrote on Mar 4, edited on Mar 4
Yep....that's logical ~ what a bummer though, lol...........
ahahahhh a
yes
what a bummer

anyway I want to say u one thing more
completing it in a deign manner
but do not say it to nobody ,,

you need about three (3) second for to see the online status when u are visiting a site

just
from the menu of firefox
-> View -> Page Style -> No Style
[I translated it from my language not sure as is written]

it will remove all the external css files ;)
you will see the page without the CSS format
and you will see the status too .
lolaloulou wrote on Mar 4
that code it works for me..;-D thank you so much!!!
lolaloulou wrote on Mar 4
that code it works for me..;-D thank you so much!!!
val0214 wrote on Mar 17, edited on Mar 17
is there a way to hide the name "val0214" under the head shot or to rename it....thanks also for the online code
alogena wrote on Mar 17
val0214 said
is there a way to hide the name "val0214" under the head shot or to rename it....
uhmm .. you cannot rename the User ID

for hiding the user id you have to use this code


/* HIDING THE USER_ID BELOW THE HEADSHOT */
.railbody .userlogo a { visibility:hidden; }
.railbody .userlogo a img { visibility:visible; }

it could be possible put there another id after you have hidden the original ID..
but it's not so natural to make this -> using an html box in the welcome box and displacing it
layoutcharms wrote on Mar 24
do you guys know how can i hide my headshot? pls help..
alogena wrote on Mar 24
do you guys know how can i hide my headshot? pls help..
.railbody .userlogo a img { visibility:hidden; }
alogena wrote on Mar 26, edited on Mar 26


/* hiding status, name and country */
.railbody p {
display:none;
}

/* hiding the country (in italic) */
.railbody p i {
display:none;
}


/* hiding the status (in bold) */
.railbody p b {
display:none;
}

/* hiding the name (in bold) */
.railbody p {
display:none;
}
.railbody p i, .railbody p b {
display: inline;
}

/* hiding the status and the country */
.railbody p i {
display:none;
}
.railbody p b {
display:none;
}

iomaniego wrote on May 8
Thank you! ;)
ladynighttime wrote on May 17
ok it worked, but it then took out my background i had in the rail start rail body and the rail end of my code is there anyway this can be fixed,thank you
Comment deleted at the request of the author.
ncerteza wrote on Jun 20
thank you so much...its a big help
wellshade wrote on Jun 26
thanks for info...to all
Add a Comment
   
CSS 4 MP
Join this Group!RSS FeedHelp on RSS FeedsAdd to My Yahoo
Report Abuse
© 2008 Multiply, Inc.    About · Blog · Terms · Privacy · Corp Info · Contact Us · Help