![]() |
Logout 'fading' that works in IE, FireFox, Opera, etc
1 Attachment(s)
This is an update to https://vborg.vbsupport.ru/showthread.php?t=122049 - you can see screenshots there, even though they are of vB 3.x - concept is still the same.
This only works if you download the Uncompressed Javascript package @ members.vbulletin.com Unless otherwise noted, this should work on all vB4.0.x versions. By default, the way vBulletin handles it, it will only work in Internet Explorer. Using the code below, however, it will work in IE, FireFox, Opera, (and should in others, but these are the only browsers I have installed :) ). Note, though, it doesn't do the exact same style as vB default. Installation: In the clientscript/vbulletin-core.js file find: Code:
/** Code:
/** Changelog: 1.0.2 - 16. Nov 2009 - Updated to vB 4.0.0 1.0.1 - 11. Jun 2007 - Updated 3.5.4 code - Added a way to get this to work on 3.6.6+ 1.0.0 - 25. Jul 2006 - Initial release That's it. :) Enjoy! |
reserved :)
|
Wow looks good am installing now.
|
Nice :)
Do you have one demo ? |
Tagged for later.
|
I'll try to get a demo up asap - until then, if anyone who has installed wants to provide one - then by all means, hehe :)
|
any demo please
? and it will be better to post screen shots here also |
Nice thanks colaga
|
Will this work on the new BETA 4?
|
This will still work on Beta 4 - but I forgot to mention, this only works if you download the Uncompressed Javascript package @ members.vbulletin.com
|
|
Tagged for Gold Release... :D
|
but in i.e, adsense google and chatbox no 'fading'.
|
1 Attachment(s)
|
Hi:
I could not find the below in the clientscript/vbulletin-core.js for the below: /** * Confirms log-out request * * @param string Log-out confirmation message * * @return boolean */ function log_out(confirmation_message) { var ht = document.getElementsByTagName("html")[0]; ht.style.filter = "progid:DXImageTransform.Microsoft.BasicImage(gray scale=1)"; if (confirm(confirmation_message)) { return true; } else { ht.style.filter = ""; return false; } } Please help! Victor |
All times are GMT. The time now is 05:49 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|