peopleinside / automore
Automatically clicks the 'load more' button when it comes into view.
Package info
github.com/PeopleInside/automore
Language:JavaScript
Type:flarum-extension
pkg:composer/peopleinside/automore
Requires
- flarum/core: ^2.0.0-beta.1 || ^2.0.0
README
A Flarum extension. Automatically clicks the 'load more' button when it comes into view.
A revitalisation of the much-loved Auto-more extension originally by NorioDS, updated for Flarum 2.0.
Disclaimer
This software is provided "AS IS", without any warranty. While it has been tested and reasonable efforts are made to ensure security and reliability, no guarantees are provided. As an open project, anyone may contribute or report issues, but this does not imply endorsement or liability from the maintainers.
You use this software entirely at your own risk. The authors and contributors are not liable for any damages, data loss, or unexpected behavior resulting from its use, modification, or distribution. Always review and test the code independently before deploying it in critical or production environments.
User Preferences
AutoMore is enabled by default for all users. Logged-in users can disable it at any time:
- Go to Settings (from the user menu).
- Srach the Automore section.
- Toggle "Automatically load more content" off.
The preference is saved to the user's account and persists across sessions and devices.
Note: Guests (non-authenticated users) will always have automatic loading enabled.
Installation
Install manually with composer:
composer require peopleinside/automore
Updating
composer update peopleinside/automore php flarum cache:clear
Links
Credits
- PeopleInside for the Flarum 2.0 update and modernization (jQuery removal, performance optimization with IntersectionObserver, safety throttle limits).
- Katos picking up development once the extension was abandoned, refactoring and maintaining it for Flarum 1.x.
- Ralkage for making it beta-8 compatible and doing some nice cleanup.
- NorioDS for the initial release and concept of Automore.