Need some help plz, with the eprop thing |
![]() ![]() |
Need some help plz, with the eprop thing |
Sep 12 2004, 12:07 AM
Post
#1
|
|
![]() b r o k e n ON t h e INSIDE ![]() ![]() ![]() Group: Member Posts: 52 Joined: Jun 2004 Member No: 25,500 |
At the bottom of the page were it say Next 5, how do i change that? I'm not sure if it is posted on here or not. Um but can someone plz help me out here??? Thanks!
|
|
|
|
Sep 12 2004, 01:09 AM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,429 Joined: Aug 2004 Member No: 43,293 |
CODE <!-- 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 (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "[B]REPLACE-EPROPS[/B]"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "[B]REPLACE-EPROP[/B]"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "[B]REPLACE-COMMENTS[/B]"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "[B]REPLACE-COMMENT[/B]"); else if (str.match (/subscribe/i)) links[l].innerHTML = str.replace (/subscribe/i, "[B]REPLACE-SUSCRIBE[/B]"); else if (str.match (/subscription/i)) links[l].innerHTML = str.replace (/subscription/i, "[B]REPLACE-SUSCRIPTION[/B]"); else if (str.match (/subscriptions/i)) links[l].innerHTML = str.replace (/subscriptions/i, "[B]REPLACE SUSCRIPTIONS[/B]"); else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "[B]REPLACE SIGN-OUT[/B]"); else if (str.match (/GuestBook/i)) links[l].innerHTML = str.replace (/GuestBook/i, "[B]REPLACE GUESTBOOK[/B]"); else if (str.match (/Xanga/i)) links[l].innerHTML = str.replace (/Xanga/i, "REPLACE-XANGA"); else if (str.match (/previous/i)) links[l].innerHTML = str.replace (/previous/i, "REPLACE PREVIOUS - ON THE BLORGRINGS"); else if (str.match (/next/i)) links[l].innerHTML = str.replace (/next/i, "[B]REPLACE NEXT - ON THE BLORGRINGS[/B]"); else if (str.match (/random/i)) links[l].innerHTML = str.replace (/random/i, "the great unknown"); else if (str.match (/LiveLifet0itsfullest/i)) links[l].innerHTML = str.replace (/Dark_AngelGurl101/i, "[B]REPLACE YOUR XANGA USERNAME UP ON THE TOP[/B]"); else if (str.match (/Reviews/i)) links[l].innerHTML = str.replace (/Reviews/i, "[B]REPLACE REVIEWS UP ON THE TOP[/B]"); else if (str.match (/Events/i)) links[l].innerHTML = str.replace (/Events/i, "[B]REPLACE EVENTS UP ON THE TOP[/B]"); else if (str.match (/sign in/i)) links[l].innerHTML = str.replace (/sign in/i, "[B]REPLACE SIGN-IN - IF NOT ALREADY SIGNED IN[/B]"); else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "REPLACE E-MAIL"); else if (str.match (/browse other blogrings/i)) links[l].innerHTML = str.replace (/browse other blogrings/i, "[B]REPLACE BROWSE THE BLOGRINGS[/B]"); else if (str.match (/oldest/i)) links[l].innerHTML = str.replace (/oldest/i, "[B]REPLACE -OLDEST- OVER DOWN THE CALENDAR AREA[/B]"); else if (str.match (/newest/i)) links[l].innerHTML = str.replace (/newest/i, "[B]REPLACING -NEWEST- OVER IN THE CALENDAR AREA[/B]"); else if (str.match (/sign/i)) links[l].innerHTML = str.replace (/sign/i, "[B]REPLACE SIGN FOR THE GUESTBOOK[/B]"); else if (str.match (/profile/i)) links[l].innerHTML = str.replace (/profile/i, "[B]REPLACE PROFILE[/B]"); else if (str.match (/Create a site/i)) links[l].innerHTML = str.replace (/Create a site/i, "[B]REPLACE CREATE YOUR SITE[/B]"); else if (str.match (/Suggest a link/i)) links[l].innerHTML = str.replace (/Suggest a link/i, "[B]REPLACE SUGGEST A LINK[/B]"); else if (str.match (/Recommend to friend/i)) links[l].innerHTML = str.replace (/Recommend to friend/i, "[B]REPLACE -RECOMMENED TO A FRIEND-[/B]"); }//--> </script> </script> </style> <!-- end code provided by createblog.com --> Eh, I'm really sorry that the code had to come longer than you maybe would've expected. To work the code, you have to copy and paste everything up there. But you must edit the words that is capitlized and supposedly put in boldness. |
|
|
|
Sep 12 2004, 07:59 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,209 Joined: Jan 2004 Member No: 2,330 |
since you only wanted the next 5 part. and i'm guessing the previous 5 also? i'll shorten the code for you |
|
|
|
![]() ![]() |