Reputation: 31
I updateted to the latest tx_news Version 9.0. Since the ViewHelper <n:widget.paginate>
are no longer supported as of TYPO3 11, I have changed the pagination template as recommended.
Unfortunately, so the setting of the maximum links no longer works: settings.list.paginate.maximumNumberOfLinks = XYZ
Is there a workaround for this?
Screenshot of cropped pagination
Thanks and best regards
Michael
Upvotes: 3
Views: 1301
Reputation: 51
If you want to use settings.list.paginate.maximumNumberOfLinks
, class GeorgRinger\NumberedPagination\NumberedPagination
is required.
You can use the following extension (beta) by Georg Ringer: https://extensions.typo3.org/extension/numbered_pagination
Upvotes: 5