wabuehamm / backtotop
This plugin for Elgg adds a hovering button to the lower right of the page, which scrolls back to the top of page when clicked.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 5
Language:JavaScript
Type:elgg-plugin
Requires
- composer/installers: ^1.0.8
Conflicts
- elgg/elgg: <3.0
This package is auto-updated.
Last update: 2025-03-29 00:47:50 UTC
README
Introduction
This plugin for Elgg adds a hovering button to the lower right of the page, which scrolls back to the top of page when clicked.
Usage
Unzip the plugin into the directory mod/backtotop
in your Elgg installation. After activating the plugin using the plugin administration, reset the caches.
Styling
The button the plugin adds has the id backToTopButton
, which you can style using css by extending or completely overwriting the css/backtotop.css
view.
Development
Release
Run the following command to release a new version to GitHub
GITHUB_TOKEN=<my token> grunt release:<new release number>