ChopSuey, very nice idea. It is really handy if you have big Forum and must scroll all the way down and up to search it. But for me there is mistake. You forgot to close the tag </script> in the second line of your code.
Also to make that mod work everyone should upload jquery-1.3.2.min file into their forum root folder.
I've attached
jquery-1.3.2.min.js file as the attachement below.
1. Download
jquery-1.3.2.min.js and unpack it to the
scrolltopcontrol folder, so you will have jquery-1.3.2.min.js and scrolltopcontrol.js in the same folder.
2. Upload
jquery-1.3.2.min.js,
scrolltopcontrol.js and
up.png to your Forum root folder.
3. Copy corrected code seen below and paste it at the bottom of your
headinclude template.
The code you should paste in the headinclude should look like:
Code:
<script type="text/javascript" src="jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="scrolltopcontrol.js"></script>
Thanks to that, your Forum will use the file that is on the same server, than using external address like:
Code:
http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
and the mod will also work faster.