The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Noir BBS - Surf in pure black and white like when you click "log out"
I love the underused feature of vb3 that makes the screen go black and white when you click "log out".
It's not a CSS type hack, as it even effects avatars and the logo... How does it work? And would it be possible to make it a skin selection or option? Surfing in black and white would be very retro IMO. |
#2
|
|||
|
|||
this is simply a style/skin in no-color way, so guests have that black stuff, and members/logged-in have a colored skin...
|
#3
|
||||
|
||||
i also wonder how they achieve this must be some kind of dyanmic scripting
|
#4
|
|||
|
|||
Quote:
HTML Code:
<script type="text/javascript"> <!-- function log_out() { ht = document.getElementsByTagName("html"); ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)"; if (confirm('$vbphrase[sure_you_want_to_log_out]')) { return true; } else { ht[0].style.filter = ""; return false; } } //--> </script> |
#5
|
||||
|
||||
Quote:
|
#6
|
|||
|
|||
No cross-browser equivilents?
|
#7
|
|||
|
|||
usually, IE is not cross-browser itself, so when a tool is created with the IE functions, it's not working on either the browsers available on the market... this is what we can call an invert-compatible system.
|
#8
|
|||
|
|||
Like that damn glowing text! Arghh!
|
#9
|
||||
|
||||
Quote:
|
#10
|
||||
|
||||
Brad just said it was an IE trick, i explained which IE tricks .
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|