/Return-to-top-postbit-button

MyBB plugin - Adds a 'Return to Top' button to the postbit.

Primary LanguagePHP

Name: Return to top postbit button
Description: Adds a 'Return to Top' button to the postbit.
Website: https://github.com/MattRogowski/Return-to-top-postbit-button
Author: Matt Rogowski
Authorsite: https://matt.rogow.ski
Version: 1.8.1
Compatibility: 1.6.x, 1.8.x
Files: 4
Templates added: 1
Template changes: 2

Information:
This adds a button to the postbit which will take you to the top of the page without having to scroll.

To Install:
Upload ./images/english/postbit_top.gif to ./images/english/ (for 1.6.x)
Upload ./images/top.png to ./images/ (for 1.8.x)
Upload ./inc/plugins/returntotop.php to ./inc/plugins/
Upload ./inc/languages/english/returntotop.php to ./inc/languages/english/
Go to ACP > Plugins > Activate

Change Log:
25/08/14 - v1.6 -> v.1.8 -> MyBB 1.8 compatible. Language file added. To upgrade, deactivate, reupload ./inc/plugins/returntotop.php, upload ./inc/languages/english/returntotop.php to ./inc/languages/english/ and ./images/top.png to ./images/ (for 1.8.x), activate.
08/01/17 - v1.8.0 -> v1.8.1 -> Templates now cached. To upgrade, reupload ./inc/plugins/returntotop.php.

Copyright 2017 Matthew Rogowski

 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 ** http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.