Author |
Message |
gonehaywire
Worker


Joined: May 20, 2004
Posts: 126
|
Posted:
Tue Aug 17, 2004 10:48 pm |
|
Hello,
Is there a script or piece of code i can add that hides the url at the bottom when clicking on a link or something i can add that stays the same i just tried the
text/javascript" LANGUAGE="javascript" SRC="hidestatus.js
but that didnt help? |
|
|
|
 |
GanjaUK
Life Cycles Becoming CPU Cycles

Joined: Feb 14, 2004
Posts: 633
Location: England
|
Posted:
Wed Aug 18, 2004 12:09 pm |
|
You can do that by adding some java to put your own message in the status bar, Only registered users can see links on this board! Get registered or login! |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
 |
gonehaywire

|
Posted:
Wed Aug 18, 2004 5:29 pm |
|
Yes i seen those butyou have to add a piece of code to each link on your site
a href="http://whateverhere.com" onMouseover="return hidestatus()">linkname</a>
that would be a whole lot of adding to each link. |
|
|
|
 |
GanjaUK

|
Posted:
Wed Aug 18, 2004 6:07 pm |
|
? You only add one bit of java, and it will block people seeing any link url in the status bar. You do not need to add anything to the links. |
|
|
|
 |
oprime2001
Worker


Joined: Jun 04, 2004
Posts: 119
Location: Chicago IL USA
|
Posted:
Wed Aug 18, 2004 7:24 pm |
|
gonehaywire wrote: | Yes i seen those butyou have to add a piece of code to each link on your site
a href="http://whateverhere.com" onMouseover="return hidestatus()">linkname</a>
that would be a whole lot of adding to each link. | I tried to add the code that I use to hide the status but I got BANNED by Sentinel during the post preview!
Anyways, a couple of proxies later, I can only point you to Only registered users can see links on this board! Get registered or login! where I answered a similar question. If that post is not clear enough, please feel free to PM me.
I don't want to try to post the code again lest I get banned here again!  |
|
|
|
 |
GeekyGuy
Client

Joined: Jun 03, 2004
Posts: 302
Location: Huber Heights Ohio
|
Posted:
Thu Aug 19, 2004 6:35 pm |
|
I found this bit of script to be quite effective (remove the space in the word scri pt). This hides url's from showing in the status bar
Code:<scri pt>
//Hide status bar msg II script- by javascriptkit.com
//Visit JavaScript Kit (http://javascriptkit.com) for script
//Credit must stay intact for use
function hidestatus(){
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
</scri pt>
|
|
_________________ "The Daytona 500 is ours! We won it, we won it, we won it!", Dale Earnhardt, February 15th, 1998, Daytona 500 |
|
 |
 |
tactixs
Hangin' Around

Joined: Apr 27, 2005
Posts: 32
|
Posted:
Sat May 07, 2005 9:51 am |
|
Where exactly do we add this Code pls ?
What if a theme.php is encrypted and u can't decrypt it ? |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Sat May 07, 2005 10:16 am |
|
Place it in includes/javascript.php. However, this will hide ALL status bar links. But it's still very easy to get the link by just right clicking over the link and selecting properties or copy link or whatever. |
|
|
|
 |
tactixs

|
Posted:
Sun May 08, 2005 5:23 am |
|
I'm not sure how i need to add that code in the javascript.php file,
i've added the code as is exept for the scr~ipt statement, i've removed the blank space in it.
I'm sure thats not the way to do it and i must add a few more code to it as when i do it like that it just makes my internet browser goes blank when i try to reach my site after adding this code.
God i'm a noob but what a pleasure to learn . |
|
|
|
 |
Raven

|
Posted:
Sun May 08, 2005 8:15 am |
|
|
|
 |
|