Profile Remover |
![]() ![]() |
Profile Remover |
Apr 21 2005, 08:03 PM
Post
#1
|
|
![]() TWiST! ![]() Group: Member Posts: 9 Joined: Apr 2005 Member No: 128,899 |
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.
|
|
|
|
Apr 21 2005, 08:09 PM
Post
#2
|
|
![]() she who rocketh thou sockeths ![]() ![]() ![]() ![]() Group: Member Posts: 271 Joined: Aug 2004 Member No: 43,478 |
You mean removing the left modules?
|
|
|
|
Apr 21 2005, 08:13 PM
Post
#3
|
|
![]() TWiST! ![]() Group: Member Posts: 9 Joined: Apr 2005 Member No: 128,899 |
No. Just removing the /profile/. Nothing else.
|
|
|
|
Apr 21 2005, 09:15 PM
Post
#4
|
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 |
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? |
|
|
|
Apr 21 2005, 09:20 PM
Post
#5
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,729 Joined: Feb 2004 Member No: 4,674 |
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> |
|
|
|
![]() ![]() |