peopleinside/automore

Automatically clicks the 'load more' button when it comes into view.

Maintainers

Package info

github.com/PeopleInside/automore

Language:JavaScript

Type:flarum-extension

pkg:composer/peopleinside/automore

Transparency log

Statistics

Installs: 55

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.8 2026-07-26 14:03 UTC

This package is auto-updated.

Last update: 2026-07-26 14:03:45 UTC


README

Packagist Version Packagist Downloads GitHub Issues

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:

  1. Go to Settings (from the user menu).
  2. Srach the Automore section.
  3. 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.