grav-plugin-pagination icon indicating copy to clipboard operation
grav-plugin-pagination copied to clipboard

Grav Pagination Plugin

Results 18 grav-plugin-pagination issues
Sort by recently updated
recently updated
newest added

It is great if the plugin gives an option to change "page" param in URL to something else, like for localization. For example, I would like to have ``` myblog.com/bai-viet/trang:10...

There are times when it is necessary to show the page_count and current page in Twig templates (for example, "2/6" to mean "page 2 of 6"). This pull request aims...

I would like to get the length of the collection in a twig template. If I have a collection of 11 pages: and I 1) disable pagination or set the...

Pagination can not be used in admin right now. As I am currently trying to add some custom admin pages, this feature would be really nice. I think @NicoHood also...

Enhancement request: ability change pagination’s URL from standard `page:X` into `pageX` The latter is more commonly used.

On Grav v1.7.0-rc.17, trying to install the pagination plugin from the backend /admin/plugins/install gives ![image](https://user-images.githubusercontent.com/30862808/99276012-7ca82b00-282c-11eb-9e2d-79553df623ec.png)

I am using query parameters `www.website.com/page:1?param=true` for additional filtering. But the current pagination template removes those queries. It would be nice to integrate this into the plugin. This is my...

The plugin uses `$uri->currentPage()` in multiple lines. For example: https://github.com/getgrav/grav-plugin-pagination/blob/240fd7b38218cf881f322c480c60e8aa30d24669/pagination.php#L151 It uses a grav API: https://learn.getgrav.org/16/api#class-grav-common-uri I am wondering: How does it work? Does the Grav API read the URI...

I found multiple issues with the current pagination plugin. I have some solutions, but you must decide which one will fit best. My goals: * Show a pagination menu if...

I want to use the builtin css of the pagination plugin. However it looks like a header variable must be set for that: https://github.com/getgrav/grav-plugin-pagination/blob/240fd7b38218cf881f322c480c60e8aa30d24669/pagination.php#L88 Since I am using pagination in...