MyBB Community Forums

Full Version: Return to top postbit button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
This, if you can even call it a plugin, adds a button to the postbit which will take you to the top of the page without having to scroll.

Name: Return to top postbit button
Description: Adds a 'Return to Top' button to the postbit.
Author: MattR
Website: http://www.learnmybb.com
Version: 1.0
Compatibility: 1.4.x

To Install:
Upload ./images/english/postbit_top.gif to ./images/english/
Upload ./inc/plugins/returntotop.php to ./inc/plugins/
Go to ACP > Plugins > Activate

Screenshot:
[attachment=12169]

Download:
[attachment=12171]
Thanks for this, was there a reason as to why it was removed from 1.4 in the first place?
I don't think it was ever in 1.4, or 1.2, was it??
Remember to add it as a modification on the MyBB Mods site, if you want Toungue

http://mods.mybboard.net/submit
Matt u done a gr8 job
thanx
MattR, does this returns you to post no.1 on page no 1 or just jups back to the top of the page you're viewing?

Ori...
Just to the top of the page, the same as clicking 'Return to Top' in the footer. Guess I could add something to make it go to the first post at some point...
Matt bro does this works in myBB 1.4.4?
Yeah, I did it after 1.4.4 was released.
For those of you who have custom layouts, another way of doing this is just creating a button with a # link inside of your postbit.

<a href="#"><img src="myimageurl" alt="Top"></a>
Pages: 1 2