Help - Search - Members - Calendar
Full Version: turn off xanga profile?
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
myglasshouse
i've searched through the scripts and can't seem to find the script for removing one's profile picture and profile info from your xanga page? i do believe it was posted about two years ago but many of the scripts that were posted two years ago no longer seem to be valid.

does anyone know the script for turning off your xanga profile so it doesn't display in your layout? the script for removing blogrings, calendar, top tags, etc. will not work for turning off the profile.
tokyo-rose
If you want to remove your profile picture and info, go to your Xanga Profile Editor and just delete them.

Xanga's allowed scripts have changed a lot over the past two years, so a lot of them don't work anymore. I'm not sure about hiding your blogrings and things like that.
digitalfragrance
^ Christy is right. I don't think that code has worked for a long time now, and I haven't seen a new one come through in a long while.
twodreamlovers
CODE
<style type="text/css">
.left{display:none;}
</style>


if you want only the image to disappear then
CODE
<style type="text/css">
.left img{display:none;}
</style>


if you want only the links (read my profile, sign my guestbook) to disappear then
CODE
<style type="text/css">
.left .smalltext{display:none;}
</style>


or if you want only the text to be gone, you can specify the ids. for example, for the name part
CODE
<style type="text/css">
.left #ProfileModule1_lblBasic{display:none;}
</style>


just view source. look at the id which is <span id="ProfileModule1_lblBasic"> and place them into the stylesheet.
Nad62086
Thanks for the great code twodreamlovers, but I'm still having trouble figuring out how to remove Top Tags, Subs and Blogrings...
Synoptic-Rewind
try this code
CODE
<style>h2.moduletitle, div.modulecontent {display:none;}</style>


hope it helps -crosses fingers- lol thumbsup.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.