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
Post
by mikef35 » 08 Mar 2012, 17:46
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.
Post
by Nully » 08 Mar 2012, 18:00
Very funny! I could not find it in the demo.. It is at the right of my screen
Post
by mikef35 » 08 Mar 2012, 18:15
Nully wrote: Very funny! I could not find it in the demo.. It is at the right of my screen
Really!!!
Yes, it is working on the demo, you must scroll down for it to appear.
Last edited by mikef35 on 08 Mar 2012, 20:55, edited 1 time in total.
Post
by mikef35 » 08 Mar 2012, 19:22
Not the same. But still works- I like this one because it is simple and keeps the icon tucked off to the right.
Post
by Nully » 09 Mar 2012, 09:18
mikef35 wrote:
Really!!!
Yes, it is working on the demo, you must scroll down for it to appear.
Yes, really
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.
Post
by RMcGirr83 » 09 Mar 2012, 19:13
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?
FWIW, I completely agree.
Post
by mikef35 » 09 Mar 2012, 19:44
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.