Help - Search - Members - Calendar
Full Version: Profile Remover
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
x___TWiST
I have searched .createblog. for the profile remover and I found it, but the link didnt work. If any of you know how to remove /just/ the profile box can you please post the code or send it to me? Thank you.
crazybabii412
You mean removing the left modules?
x___TWiST
No. Just removing the /profile/. Nothing else.
Pulchritude
isnt there a setting in your xanga somewere to not show it or is it just the subscribtion box?

QUOTE
I have searched .createblog. for the profile remover and I found it, but the link didnt work. If any of you know how to remove /just/ the profile box can you please post the code or send it to me? Thank you.


can you give me the link the code? _smile.gif
largosama
well this one only works if someone is on your site, i.e not leaving comments:

HTML
<script>
if(location.pathname=="/home.aspx"){
// Script By Paul Chen
// [url=http://www.xanga.com/kaiyotee]http://www.xanga.com/kaiyotee[/url]
var mytds = document.getElementsByTagName('td');
var i = 0;
for(i=0;i<mytds.length-1;i++){
if(mytds[i].width=="200"){
break; }
}
mytds[i].firstChild.nextSibling.style.display = "none";
mytds[i].firstChild.style.display = "none";}
</script>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.