Actions
Feature proposal #1707
closedInsert limit pagination value in urls (needed by SEF extensions)
Feature proposal #1707:
Insert limit pagination value in urls (needed by SEF extensions)
Description
As per talk with Beat, we'd like C pagination class to insert the "limit" value (number of items per page) in its url. Though it appears to no be used by CB, this will allow SEF extensions to properly calculate page numbers. Currently, only starting item number ("limitstart") is found in the url, similar to what Joomla is doing.
Extensions that use Joomla JPagination class are handled by sh404sef, but as CB use its own pagination class, we cannot override it.
Appropriate code has been discussed with Beat, but you can contact me at shumisha at gmail dot com for details as needed
Actions