This phpBB extension adds a scroll to top and bottom button making it easier to navigate long pages.
- phpBB 3.2.0
- phpBB 3.3.0
- PHP 5.4
- Download the latest validated release.
- Unzip the downloaded release and copy it to the
ext
directory of your phpBB board. - Navigate in the ACP to
Customise -> Manage extensions
. - Look for
Scroll Page
under the Disabled Extensions list and click itsEnable
link.
- Navigate in the ACP to
Customise -> Manage extensions
. - Click the
Disable
link for Scroll Page. - To permanently uninstall, click
Delete Data
, then delete thescrollpage
folder fromphpBB/ext/vse/
.
Style authors can update the look of the scroll page buttons via the scroll-page
class.
.scroll-page {
background-color: #000000; /* Scroll button color */
border-radius: 3px; /* Rounded corners, set to 0 for none */
color: #ffffff; /* Arrow color */
}
© 2015 - Matt Friedman