getting rid of calendar, get involved etc |
getting rid of calendar, get involved etc |
![]()
Post
#1
|
|
![]() Insert something meaningful here ![]() ![]() Group: Member Posts: 21 Joined: Jan 2004 Member No: 646 ![]() |
Hi ppl ^^ my first post. Anyways i try using the code in the database to get rid of the calendar, get involved and built traffic modules but it doesn't work. Anybody got a working scipt?
|
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 946 Joined: Jan 2004 Member No: 603 ![]() |
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 (/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 --> Put this in website stats. |
|
|
![]() ![]() |