Log In · Register

 
 
Closed TopicStart new topic
Removing Links and Modules, Xanga
MzreYuen
post Jul 28 2004, 11:47 PM
Post #1


Member
**

Group: Member
Posts: 18
Joined: Jul 2004
Member No: 35,317



Can someone please help me remove all modules except for the profile module. I also want to remove the following links.. subscribe/eprops/comments/email it/guestbook.. and anything else that allows people to say anything on my Xanga... (i know it sounds weird.. but i have people that just won't leave me alone) thanks..=)
 
sweetxsimplicity
post Jul 28 2004, 11:50 PM
Post #2


hi, my name is brianna! =]
*******

Group: Official Member
Posts: 5,764
Joined: Jun 2004
Member No: 22,114



I don't think you can do that...

But here's the code if you want to remove the whole module (including your profile):
CODE
<!-- begin code provided by createblog.com -->
<style type='text/css'>
.mainleft { display:none; }
</style>
<!-- end code provided by createblog.com -->
 
rnrn897
post Jul 28 2004, 11:52 PM
Post #3


^ moo...
*****

Group: Member
Posts: 962
Joined: Jun 2004
Member No: 25,212



CODE
<!-- begin code provided by createblog.com -->
<script language="javascript"><!--
// original by sean, http://www.xanga.com/seanmeister
if (location.href.match ("home.aspx")) {
var ht = document.getElementsByTagName ('table');
for (var t = 0; t < 10; t++) {
 str = ht[t].cells[0].innerHTML;
 if (!str.match (/Sites I Read/i) && str.match (/(Posting Calendar|Get Involved!|Build Traffic!)/i)) ht[t].style.display = "none";
}
}
//--></script>
<!-- end code provided by createblog.com -->
 
MzreYuen
post Jul 29 2004, 12:00 AM
Post #4


Member
**

Group: Member
Posts: 18
Joined: Jul 2004
Member No: 35,317



yeah.. i saw that in the forum.. but the profile is the only thing i wanted to keep.. cause i wanted to stop people from subscribing.. is there anyone that knows how to keep the profile? thanks anyways though.=D (sweetxsimplicity)
 
rnrn897
post Jul 29 2004, 12:03 AM
Post #5


^ moo...
*****

Group: Member
Posts: 962
Joined: Jun 2004
Member No: 25,212



uhhhhhhhh... u can disable eprops in the xtools thing..
and u can also make it protected post
and i think u can disable ppl from subscribing to u
 
MzreYuen
post Jul 29 2004, 12:10 AM
Post #6


Member
**

Group: Member
Posts: 18
Joined: Jul 2004
Member No: 35,317



[rnrn897] that code you gave me didn't do anything..=/. thanks anyways.
 
MzreYuen
post Jul 29 2004, 12:23 AM
Post #7


Member
**

Group: Member
Posts: 18
Joined: Jul 2004
Member No: 35,317



rnrn897.. what i want to do is. make it possible for people to read it but not say anything.. make sense? so i dont' want to make it protected. And also.. how do i remove the email it thing?
 
Caustic
post Jul 29 2004, 01:11 AM
Post #8


rawr
*****

Group: Member
Posts: 906
Joined: Jul 2004
Member No: 26,961



I will help you.

1) Use this code to remove 'email it'
QUOTE
<!-- begin code provided by createblog.com -->
<script language="javascript">
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "");

}//-->
</script>
<!-- end code provided by createblog.com -->


2) Do this to disable comments/eProps on your posts. Uncheck this box when posting:


3)Click 'hide' on your edit general settings here


But please remember that people still can subscribe to you.

4) And for the other stuff, place this in your 'website stats':
QUOTE
<!-- begin code provided by createblog.com -->
<script language="javascript"><!--
// original by sean, http://www.xanga.com/seanmeister
if (location.href.match ("home.aspx")) {
var ht = document.getElementsByTagName ('table');
for (var t = 0; t < 10; t++) {
  str = ht[t].cells[0].innerHTML;
  if (!str.match (/Sites I Read/i) && str.match (/(Posting Calendar|Get Involved!|Build Traffic!)/i)) ht[t].style.display = "none";
}
}
//--></script>
<!-- end code provided by createblog.com -->
 
MzreYuen
post Jul 29 2004, 04:51 AM
Post #9


Member
**

Group: Member
Posts: 18
Joined: Jul 2004
Member No: 35,317



OMG! Arigato Mark<3.. you are cool... haha.. i had no idea that you could replace the email it link.. renaming thing with nothing.. so nothing will be there.. (feels like idiot) haha.. as for #4.. it didn't seem to do anything.. what was it supposed to do? THANKS AGAIN!
 

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