vse/scrollpage
Composer 安装命令:
composer require vse/scrollpage
包简介
A phpBB extension that adds a scroll to top and bottom button making it easier to navigate long pages.
README 文档
README
This phpBB extension adds a scroll to top and bottom button making it easier to navigate long pages.
Minimum Requirements
- phpBB 3.2.0
- phpBB 3.3.0
- PHP 5.4
Install
- Download the latest validated release.
- Unzip the downloaded release and copy it to the
extdirectory of your phpBB board. - Navigate in the ACP to
Customise -> Manage extensions. - Look for
Scroll Pageunder the Disabled Extensions list and click itsEnablelink.
Uninstall
- Navigate in the ACP to
Customise -> Manage extensions. - Click the
Disablelink for Scroll Page. - To permanently uninstall, click
Delete Data, then delete thescrollpagefolder fromphpBB/ext/vse/.
Customizing
Style authors can change the appearance of the scroll page buttons:
/* Your style's CSS theme */ /* import the Scroll Page css file */ @import url("../../all/theme/scrollpage.css"); /* change the values in the root section */ :root { --scroll-page-bg-color: blue; --scroll-page-arrow-color: #ffffff; --scroll-page-border-radius: 50%; }
License
© 2015 - Matt Friedman
统计信息
- 总下载量: 54.76k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-only
- 更新时间: 2016-01-26