Log In · Register

 
 
Closed TopicStart new topic
code to remove profile only?
ruzainah
post 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!
 
[4]eternity
post 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
 
sherryvu
post 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.
 
coyote
post 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>
 
largosama
post 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
 
ruzainah
post 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?
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: