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.
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.
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
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?
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!
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."
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.
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)
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)
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!
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.
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 :)
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.
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?
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.
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.
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.
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.
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; }
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 { .... }
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?
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 .
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...........
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
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