Skip to content

TYPO3-Extension: Provide a viewhelper to create sanitized pagination links

License

Notifications You must be signed in to change notification settings

supseven-at/solr-pagination-link

Repository files navigation

Solr Pagination Link

This extension sanitizes links created for the solr pagination template.

Installation

  1. Add the path to the "repositories" section within the project's composer.json
    "repositories": [
        { "type": "vcs", "url": "https://github.com/supseven-at/solr-pagination-link.git" }
    ]
  1. Add the package to composer: composer req supseven/solr-pagination-link

Integration

  1. Within your pagination template add the namespace of the viewhelper of this extension:
<html data-namespace-typo3-fluid="true"
      xmlns:s="http://typo3.org/ns/Supseven/SolrPaginationLink/ViewHelpers">
  1. In the pagination template exchange all links with the following viewhelper:
{s:solrPaginationLink(page: '{page}')}

or

<s:solrPaginationLink page="{page}"/>

where {page} is the current pagination link.

License

GPL 3.0 or later

About

TYPO3-Extension: Provide a viewhelper to create sanitized pagination links

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages