Simple Back to Top Scroll

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Simple Back to Top Scroll

Post by mikef35 »

This is a simple JQUERY that adds a Back to TOP icon at the bottom right of your forum.
Prosilver SE Style
Open Overall_Header.php and find

Code: Select all

<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
Add Below

Code: Select all

<script type="text/javascript" src="{ROOT_PATH}script/scrolltopcontrol.js"></script>
Add the attached image to your Root images folder
up.png
or use this one "I got this one from a user on different forum. Thanks - Blackwolf_Oz
up.png
Unpack and add the attached JQUERY Script to your Root Script Folder, if you don't have script folder just make one or edit the code.
scrolltopcontrol.rar
Clear Cache and Refresh templates then ctl+F5 Browser
Demo: http://www.trestleboard.us
You do not have the required permissions to view the files attached to this post.
Last edited by mikef35 on 10 Mar 2012, 16:04, edited 5 times in total.

Simple Back to Top Scroll

Post by Nully »

Very funny! I could not find it in the demo.. It is at the right of my screen :D

Simple Back to Top Scroll

Post by mikef35 »

Nully wrote:Very funny! I could not find it in the demo.. It is at the right of my screen :D


Really!!! :eggs

Yes, it is working on the demo, you must scroll down for it to appear. 8-)
Last edited by mikef35 on 08 Mar 2012, 20:55, edited 1 time in total.

Simple Back to Top Scroll

Post by martin123456 »

Thought il point this out but it's already been turned into a mod check it here http://www.mihalismscript.com/viewtopic.php?f=50&t=273 this is the one i use.

Simple Back to Top Scroll

Post by mikef35 »

Not the same. But still works- I like this one because it is simple and keeps the icon tucked off to the right.

Simple Back to Top Scroll

Post by Nully »

mikef35 wrote:
Really!!! :eggs

Yes, it is working on the demo, you must scroll down for it to appear. 8-)
Yes, really :o
It works. What I found funny is that I was looking at the image at the bottom of the forum and it is on the right.

Simple Back to Top Scroll

Post by juango »

you should at least give credit to the site where the files are from:http://www.dynamicdrive.com/dynamicindex3/scrolltop.htm

Simple Back to Top Scroll

Post by RMcGirr83 »

mikef35 wrote: Add Below

Code: Select all

<script type="text/javascript" src="{ROOT_PATH}script/scrolltopcontrol.js" type="text/javascript"></script>
Is wrong. Why type="text/javascript" twice?
juango wrote:you should at least give credit to the site where the files are from:http://www.dynamicdrive.com/dynamicindex3/scrolltop.htm
FWIW, I completely agree.

Simple Back to Top Scroll

Post by mikef35 »

juango wrote:you should at least give credit to the site where the files are from:http://www.dynamicdrive.com/dynamicindex3/scrolltop.htm
Thanks for adding that, I had no idea where it originated from. I had a friend send it to me. So yes they should be credited with the script. You should not jump on someone until you know the deal.