Back to vBulletin 3.6 Template Modifications

removing Status link bar from IE
Mod Version: 1.00, by GYSMO

This modification is in the archives.
vB Version: 3.6.8 Rating: (1 vote - 5.00 average) Installs: 4
Released: 12 Apr 2008 Last Update: Never Downloads: 1
Not Supported External Content  

while searching for java scripts I did land on this one and did tried it on and seem working well over 3.6.9. Please not I dont take any credits away from its original creator but it does come quiet handy for protecting your links

Directions

Step 1: Simply insert the following into the <HEAD> section of your page:

<script>

//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
</script>

Once installed, the status bar is muted.

for more info see link itself http://www.javascriptkit.com/script/script2/hidestatus2.shtml

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024