Log In · Register

 
 
Closed TopicStart new topic
Getting rid of some sections..
kai1222
post May 1 2004, 06:07 AM
Post #1


^_^
****

Group: Member
Posts: 102
Joined: Apr 2004
Member No: 10,504



How do I delete the sections in the left module called "Get Involved!", "Posting Calendar", and "Subscriptions"? Is there a code for that?

Please help me! Thank you!! happy.gif
 
DrNick311
post May 1 2004, 06:50 AM
Post #2


.
******

Group: Member
Posts: 1,488
Joined: Feb 2004
Member No: 3,625



Did you take a look in Xanga scripts? I recall seeing one there a few weeks ago...
 
psychoticangel
post May 1 2004, 08:23 AM
Post #3


jesus freak
*****

Group: Member
Posts: 378
Joined: Feb 2004
Member No: 3,748



here:

CODE
<!-- begin code provided by createblog.com -->
<script language="javascript"><!--
//Get Involved! Box Remover - xanga.com/add_ons
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>
<script>
<!-- end code provided by createblog.com -->


and um... if you have any other scripting questions... u might as well go to the xanga scripts seciton. I'm sure you'll find a lot of helpful scripts there. instead of posting new topics and stuff ~ happy.gif hope i helped ~!
 

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