remove reviews from navigation bar, how do you do that? |
remove reviews from navigation bar, how do you do that? |
Jul 31 2004, 02:35 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 41 Joined: Jul 2004 Member No: 32,800 |
is there a way to remove the reviews part from the navigation bar?
|
|
|
|
![]() |
Jul 31 2004, 04:39 AM
Post
#2
|
|
![]() :hammer: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,849 Joined: Mar 2004 Member No: 7,700 |
Nope.. unless you remove everything at the top. Including your login and logout and stuff. Or you could just replace the link.. with other words.
|
|
|
|
Jul 31 2004, 09:10 AM
Post
#3
|
|
![]() ^ moo... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 962 Joined: Jun 2004 Member No: 25,212 |
u can replace the word with a space.
<script language="javascript"> var links = document.getElementsByTagName ('a'); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; document.write if (str.match (/\d+:\d+ (am|pm)/i)) links[l] else if (str.match (/WORD HERE/i)) links[l].innerHTML = str.replace (/WORD HERE/i, ""); } </script> |
|
|
|
Aug 2 2004, 01:06 AM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 41 Joined: Jul 2004 Member No: 32,800 |
thanks! i'll try that :D
-- tried...it leaves a double - - like that from the things in between the reviews and events thing....oh well ...hmm |
|
|
|
![]() ![]() |