Hide last login?


Hide last login?
How do I hide my last login? I used the code found on this site and put it in my "About Me" section, but it does not work. When I view my profile it still shows my last login. Here's the code I tried to use: a {hides last login only} td td td td.text div {margin-bottom:-400px;} .a {move online now above headline} td td td td.text div {margin-top:-50px;} Thanks!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Re: Hide last login?

I made my own version that only hides the last login line and nothing else.

If i remember correctly (i could be wrong) the above code hides the whole section next to your picture?

Put in the very end of the Interests section:

<style type="text/css"> 
  .lastlogin {
    display: block;
    position:relative;
    top: -520px;    
    left: 65px;
    overflow: hidden;
    width: 120px;
    height: 50px;
    background-color: white;
}
</style>
<div class="lastlogin"></div>

An example of it in use is on my MySpace page.

You DO have to adjust the top, left, width, and height attributes in order to correctly cover the section for your profile. This is just an overlay after all Smiling

Re: Hide last login?

Thanks... but as a little heads up to all -

Once I got it perfect in Firefox, I checked in IE and it didn't come close to covering it, making it pretty obvious what I'm trying to do.

I'm sure it can be tweaked to work fine in both, but I've had enough of those darn captcha codes for one day.  

Thanks, however! I'm sure it took some time to come up with! 

Re: Hide last login?

Yes you can tweak it to work for all browsers, i tested mine in Firefox/IE6/IE7 (should work in safari/opera too) You just need to make it large enough and position it just right... When i did the code MySpace wasn't doing the stupid CAPTCHA's every time you save, so it wasn't that bad tweaking it...

elleohelle wrote:

Thanks... but as a little heads up to all -

Once I got it perfect in Firefox, I checked in IE and it didn't come close to covering it, making it pretty obvious what I'm trying to do.

I'm sure it can be tweaked to work fine in both, but I've had enough of those darn captcha codes for one day.  

Thanks, however! I'm sure it took some time to come up with! 

Re: Hide last login?

hey is it possible to hide last login in friendster??? help!!!

finally a code that
finally a code that works..thankyou.=) theres one hiccup..maybe someone might know with what to do with it? This code is still showing the last login date if the profile is on private. Once in the profile..it doesnt show any log in details. does anyone know if the last login date will appear on the private profile homepage forever? damn i hope that made sense..lol. =/
Yeah
Yeah that code is in the "about me" section and that isn't displayed on private profiles. Only the <font style="display:none;"> code in the headline works for private profiles as far as i know.
Thanks
Thank you! It works now.
re: hide last login
you need to put the word 'style' within these brackets <> in the beginning, then the word '/style' within brackets <> at the end