code to remove profile only? |
code to remove profile only? |
Feb 14 2005, 07:25 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Mar 2004 Member No: 9,706 |
hi.
is there a code that enables me to only remove the profile module , and not the subscriptions, blogrings and posting calendar, and then add my own custom profile module/table?? thanks! |
|
|
|
![]() |
Feb 14 2005, 09:22 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 92 Joined: Feb 2004 Member No: 3,709 |
QUOTE <script>
if(location.pathname=="/home.aspx"){ // Script By Paul Chen // http://www.xanga.com/kaiyotee 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> |
|
|
|
ruzainah code to remove profile only? Feb 14 2005, 07:25 AM
[4]eternity Uhm... only your profile? Go to
www.xanga.com/xan... Feb 14 2005, 06:00 PM
Sherry_Vu QUOTE([4]eternity @ Feb 14 2005, 5:0... Feb 14 2005, 06:30 PM
ruzainah QUOTE(coyote @ Feb 14 2005, 9:22 PM)
thanks ... Feb 15 2005, 08:08 AM
largosama submit it =O Feb 14 2005, 09:50 PM![]() ![]() |