vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Miscellaneous Hacks - removing Status link bar from IE (https://vborg.vbsupport.ru/showthread.php?t=175953)

GYSMO 04-11-2008 10:00 PM

removing Status link bar from IE
 
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/...estatus2.shtml :D

SEOvB 04-13-2008 09:44 PM

umm dont they get the URL anyway when the click the link?

GYSMO 04-13-2008 11:22 PM

Quote:

Originally Posted by FRDS (Post 1489984)
umm dont they get the URL anyway when the click the link?

yes the get to the url if they click on the link but not seen while loading your own pages but there can be delays if you do have few scripts hosted elsewhere that wont stop relay reaching them but on your forum is always few pages you do like hiding off from others

your right on one thing if one needs to hack or search deeper is always other ways
;)

also was one on here that would only show your DOMAIN Name but lots said it was buged and didnt seem to work well for all ... this one did for time being
I myself would had like having mine fixed and working good for all platforms till then will wait until someone wakeup and sending it in for us newbe

LouiseWilson 04-15-2008 02:17 PM

Hi
You need to edit your Thread it should read
You missed the opening tag as <script>
Also your thread title is EI should it be IE

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

GYSMO 04-22-2008 12:08 AM

Quote:

Originally Posted by LouiseWilson (Post 1491281)
Hi
You need to edit your Thread it should read
You missed the opening tag as <script>
Also your thread title is EI should it be IE

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

ty for correcting me out

chick 07-31-2008 01:58 PM

will this also force any 'done but with errors on page' NOT to show? I hope the answer is yes


All times are GMT. The time now is 11:21 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01153 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete