Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More pagebrowser information in template #154

Closed
lochmueller opened this issue May 8, 2023 · 1 comment
Closed

More pagebrowser information in template #154

lochmueller opened this issue May 8, 2023 · 1 comment

Comments

@lochmueller
Copy link
Contributor

Hey everyone,

Currently there are not much variable information in the page browser. Would be cool to support https://packagist.org/packages/georgringer/numbered-pagination or add more information to the rendering of the pagination:

$view->assign('pagination', $pagination);

For example the plain $numberOfResults would be great to customize the pagination even more in the template.

Regards,
Tim

@Hawkeye1909
Copy link

I agree: the new pagination API (available since TYPO3 v10) should be used. More information here: https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Pagination/Index.html

christianbltr added a commit that referenced this issue Dec 1, 2023
Use the built-in pagination API to render the pagination
instead of a custom solution with a dedicated
standalone view. This simplifies overwriting the
pagebrowser with a custom template and also gives more
options for integrators because now partials can be
used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants