jweiland / infinitescrolling
With this extension you can read nearly every paginator and realize infinite scrolling
Installs: 15 327
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 6
Forks: 3
Open Issues: 1
Language:JavaScript
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^9.5.29 || ^10.4.36 || ^11.5.23 || ^12.4.0
Requires (Dev)
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-10-20 08:51:45 UTC
README
What does it do?
This TYPO3 Extension can replace various PageBrowsers, hide them and realizes infinite scrolling. If you scroll down a list, the list of the next page will be automatically appended to the current list. You, as a website visitor don't need to click on to the next page anymore. Further the old PageBrowser still exists in Source code, so screen readers should work just fine.
Installation
Installation using Composer
Run the following command within your Composer based TYPO3 project:
composer require jweiland/infinitescrolling
Installation using Extension Manager
Login into TYPO3 Backend of your project and click on Extensions
in the left menu.
Press the Retrieve/Update
button and search for the extension key infinitescrolling
.
Import the extension from TER (TYPO3 Extension Repository)
Licensing
This extension is based on Infinite Ajax Scroll which is dual licensed:
- Under the Free Software Foundation’s GNU AGPL v.3.0; or
- Under an Infinite Ajax Scroll Commercial License
Buying a commercial license is mandatory as soon as you develop commercial activities distributing the Infinite Ajax Scroll software inside your product or deploying it on a network without disclosing the source code of your own applications under the AGPL license.
See https://infiniteajaxscroll.com/licenses/ for more details.