Log in

View Full Version : Mini Mods - Let your links' lights be on and off


yilmaz68
01-07-2010, 10:00 PM
Download .js files and upload thats your forums (ROOT)

Edit links "yoursite.com" in php code and add that your forums header template over.

<script type="text/javascript" src="yoursite.com/rollout.js"></script>
<script language="javaScript">
fadeClasses = new Array(""); // Determines which classes get which colors
startColors = new Array("#7e7e7e"); // MouseOut link colors
endColors = new Array("#00D800"); // MouseOver link color
stepIn = 20; // delay when fading in
stepOut = 20; // delay when fading out
autoFade = true;
sloppyClass = true;

</script>
<script src="yoursite.com/fade.js"></script>

1. colour code (you see in code and you can edit for yourself.)
#7e7e7e

2. colour code (you see in code and you can edit for yourself.)
#00D800


1. second code (you see in code and you can edit for yourself.)
stepIn = 20;

1. second code (you see in code and you can edit for yourself.)
stepOut = 20;

Note : Your color codes must be the same with your forum link cods.

Black Tiger
01-09-2010, 12:43 PM
Seems a nice idea to me. Do you have an example on your site or something, so we can see how it looks?

yilmaz68
01-09-2010, 02:04 PM
Thank you, but I don't use it now. But you can just install it. be cool man (;

Black Tiger
01-09-2010, 03:52 PM
Oke, thanks, wil try it later this week, marked installed already.