[TYPO3-mvc] Pagination additional parameters

Thomas Nussbaumer typo3 at thomasnu.ch
Sat Sep 7 19:47:12 CEST 2013


Hello Jakub

If you copy the Fluid Paginate Template after
.../Resources/Private/Templates/ViewHelpers/Widget/Paginate/ is the TS:

plugin.tx_mspartners.view.widget.TYPO3\CMS\Fluid\ViewHelpers\Widget\PaginateViewHelper.templateRootPath 
= {$plugin.tx_mspartners.view.templateRootPath}

Kind regards, Thomas

Am 07.09.2013 15:54, schrieb Jakub Zembala:
> Hello,
> I have issue with adding some extra parameters for pagination widget. I
> found many solution on this forum, but any of that doesn't work properly
> for me. When i add to TypoScript (setup.txt)
> " where
> "$plugin.tx_mspartners.view.paginate.templateRootPath" stores my
> template file path - nothing happens... Another solution that i found is
> copying the pagination controller and pagination view helper and
> template from Fluid ext to my own ext folder (with keeping folder
> structure). I did it, then i change the namespaces in both of classes,
> in controller I added the "additionalParams" to $configuration array
> and  in PaginateViewHelper i changed PaginateController type for
> "\VendorName\MsPartners\ViewHelpers\Widget\Controller\PaginateController" and
> at the end I added the "additionalParams" to array of $configuration
> param in "render" method. - once more, nothing happens...
> I need this becouse my parameters from search aren't submited to the
> next page of result. Could any one write for me step-by-step tutorial,
> haw can i resolve this issue ?
> Kind regards,
> Jakub



More information about the TYPO3-project-typo3v4mvc mailing list