PDA

View Full Version : Javascript Font Fader


unknownkind
02-25-2006, 03:03 PM
Can someone tell me how I would go about applying this script to the font on my forums? Like peoples names, like when it says Admin, or for instance it says my name UnknownKind on the forum like for whereever my name is - and its clickable like whos online, topic starter, last post e.t.c . . .

The Link is -- http://projects.impenetrable.org/linkfader/
For the script

Thanks!

yinyang
02-26-2006, 01:28 AM
do this:

1. upload fader.js to your clientscript folder... i.e., "www.site.com/forum/clientscript/fader.js"

2. go to your Style Manager in the AdminCP and find the "headinclude" template.

3. paste this at the bottom: <!--<script type="text/javascript" src="clientscript/fader.js"></script>-->

it should work.

mikkitine
03-06-2008, 09:50 PM
do this:

1. upload fader.js to your clientscript folder... i.e., "www.site.com/forum/clientscript/fader.js"

2. go to your Style Manager in the AdminCP and find the "headinclude" template.

3. paste this at the bottom: <!--<script type="text/javascript" src="clientscript/fader.js"></script>-->

it should work.Can anyone explain exactly what is the next step, please?