Log In · Register

 
 
Closed TopicStart new topic
hiding subscription box, ENTIRELY!!
ch33sylici0us
post Nov 24 2004, 06:35 PM
Post #1


my pet rock doesn't like you
****

Group: Member
Posts: 258
Joined: Feb 2004
Member No: 4,866



I was wondering if theres a code that could hide the subscription box entirely, not just hide the names of the subscriptions. I know that you can say 'hide subscriptions' IN xanga, but thats NOT what I want. That only hides all the subscription names. There's still a empty box left with 'subscribe to...' I DON'T want that. I DON'T want to see the subscription box at ALL. so yea, if there's a code for this, please let me know.

HERE is an example of what I DONT want. [i want it completely gone]


THANKS
-Pauline
 
sherryvu
post Nov 24 2004, 07:13 PM
Post #2


Senior Member
*******

Group: Member
Posts: 3,826
Joined: Jan 2004
Member No: 2,330



paste this into your website stats:
CODE
<!-- begin code provided by createblog.com -->
<script language="javascript"><!--
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 (/profile/i) && str.match (/(subscriptions)/i)) ht[t].style.display = "none";
}
}
//--></script>
<!-- end code provided by createblog.com -->
 

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