Download the PHP package heimrichhannot/contao-news-pagination-bundle without Composer
On this page you can find all versions of the php package heimrichhannot/contao-news-pagination-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download heimrichhannot/contao-news-pagination-bundle
More information about heimrichhannot/contao-news-pagination-bundle
Files in heimrichhannot/contao-news-pagination-bundle
Download heimrichhannot/contao-news-pagination-bundle
More information about heimrichhannot/contao-news-pagination-bundle
Files in heimrichhannot/contao-news-pagination-bundle
Vendor heimrichhannot
Package contao-news-pagination-bundle
Short Description Automatic or manual content pagination for news or other content in contao.
License LGPL-3.0-or-later
Package contao-news-pagination-bundle
Short Description Automatic or manual content pagination for news or other content in contao.
License LGPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package contao-news-pagination-bundle
News Pagination
This bundle offers automatic content pagination for the core news reader module and the heimrichhannot/contao-reader-bundle.
Features
- add a pagination for navigating between the news parts
- automatic splitting
- split news articles by an adjustable character amount respecting html tags
- manual splitting
- split news content by wrapping the content elements in special start and stop content elements
- optional support for hofff/contao-content-navigation
Usage
Setup
-
Install with composer or contao manager
composer require heimrichhannot/contao-news-pagination-bundle
- Update database
- You'll find new configuration options in the news reader frontend module or your reader configuration
- Add
<?= $this->newsPagination ?>
to your details template (e.g. "news_full") to output the pagination navigation
Known limitations for automatic pagination
- currently only ce_text not nested in another content element (like an accordion) is supported for splitting, other elements are removed properly according to current page number though (completely)
Developers
PaginationUtil
The script to do the automatic pagination can be used by developers by using the PaginationUtil
.
Example:
All versions of contao-news-pagination-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
contao/core-bundle Version ^4.13
wa72/htmlpagedom Version ^1.3 || ^2.0
heimrichhannot/contao-head-bundle Version ^1.12
heimrichhannot/contao-utils-bundle Version ^2.230
symfony/http-foundation Version ^5.4 || ^6.0
contao/core-bundle Version ^4.13
wa72/htmlpagedom Version ^1.3 || ^2.0
heimrichhannot/contao-head-bundle Version ^1.12
heimrichhannot/contao-utils-bundle Version ^2.230
symfony/http-foundation Version ^5.4 || ^6.0
The package heimrichhannot/contao-news-pagination-bundle contains the following files
Loading the files please wait ....