Back to vBulletin 3.8 Template Modifications

Mourning Mode [Works with IE]
Mod Version: 1.00, by sharkfin

vB Version: 3.8.4 Rating: (0 vote - 0 average) Installs: 3
Released: 21 Jun 2010 Last Update: Never Downloads: 0
Not Supported Template Edits  

Mourning Mode [Works with IE]

Many of the bulletin boards are based on a particular community or a nation. And if a natural disaster happened in your area , what about making the color of the site dim? Have you ever thought of having a MOD for that?
OR
If any of your staff/active member died. You really want to express your condolences to them. Right?

This is right mod for the above said purposes. You can turn your site to Morning Mode with this and the whole color of the forum changes to gray scale(only in Internet Explorer).

Installing this MOD

Template Edits

At headinclude template , Add this at bottom :
Code:
<script type="text/javascript">
<!--
function dim_color()
{
        // Mourning Mode Hack ;)
	ht = document.getElementsByTagName("html");
	ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
}
dim_color();
//-->
</script>
To temporarily disable this hack
At headinclude template , Find
Code:
<script type="text/javascript">
<!--
function dim_color()
{
        // Mourning Mode Hack ;)
	ht = document.getElementsByTagName("html");
	ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
}
dim_color();
//-->
</script>
Remove
Code:
dim_color();
And to enable this again , just add that line again.

To uninstall / turn off this hack completely :
At headinclude template , Remove this code ..
Code:
<script type="text/javascript">
<!--
function dim_color()
{
        // Mourning Mode Hack ;)
	ht = document.getElementsByTagName("html");
	ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
}
dim_color();
//-->
</script>

Please click 'Mark as Installed' if you use liked this hack.

Download

No files for download.

Supporters / CoAuthors

  • sharkfin

Similar Mods

Moderators Functions Deleting Thread Require Reason (inline Mode + Normal Mode) included Modification Graveyard

vblts.ru supports vBulletin®, 2022-2024