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, 06:00 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 988 Joined: Feb 2005 Member No: 98,884 |
Uhm... only your profile? Go to
www.xanga.com/xanga_scripts and it'll have to remove the modules and stuff |
|
|
|
Feb 14 2005, 06:30 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
QUOTE([4]eternity @ Feb 14 2005, 5:00 PM) Uhm... only your profile? Go to www.xanga.com/xanga_scripts and it'll have to remove the modules and stuff That link doesn't even work. Do you mean the xanga scripts section? If so, it'll be helpful if you posted what topic title it was under. You'll have to use javascript to remove ONLY the profile module.. That script isn't in the xanga scripts section yet, unless you know how to edit the "get involved box! remover" script. |
|
|
|
Feb 14 2005, 09:22 PM
Post
#4
|
|
|
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> |
|
|
|
Feb 14 2005, 09:50 PM
Post
#5
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,729 Joined: Feb 2004 Member No: 4,674 |
submit it =O
|
|
|
|
Feb 15 2005, 08:08 AM
Post
#6
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Mar 2004 Member No: 9,706 |
QUOTE(coyote @ Feb 14 2005, 9:22 PM) thanks for the code. it works. but the thing is, i'd also like to add a custom module (which allows html) and position it where the profile module once was. is there a code for that? i've gone to 'xanga scripts' and tried out the following code: but it's now positioned just under the header. how can i move it? |
|
|
|
![]() ![]() |