Code:
## Author Note:
## Thanks go out to the unknown Author of the fade.js
##
## If you want to change colors or fading parameters open the file fade.js and change the settings
##
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
#################################################################
#
#-----[ Copy ]------------------------------------------
#
Copy the file fade.js to "modules/Forums/"
#
#-----[ Open ]------------------------------------------
#
"modules/Forums/templates/YOUR STYLE/overall_header.tpl
#
#-----[ Find ]------------------------------------------
#
#
#-----[ Add Below ]------------------------------------------
#
<script language="JavaScript" src="modules/Forums/fade.js"></script>
#
#-----[ Save/Upload ]------------------------------------------
#
# EoM
download
To use this for your nuke theme, put the fade.js in your theme folder, add the code to your theme.php just above the body tag
Code:
function themeheader() {
global $user, $banners, $sitename, $slogan, $cookie, $prefix, $file, $name, $dbi;
cookiedecode($user);
$username = $cookie[1];
if ($username == "") {
$username = "Anonymous";
}
echo "
<script language=\"JavaScript\" src=\"themes/YOUR THEME/fade.js\"></script>