Url filters and pagination

Hi,

On my lists, I didn't use the fabrik filters because datas are passed through POST and you can't use the browser's back button.
I ended using custom forms to pass variables through url... and filter lists through urls.

I use list fields such as "mylist___my_field_raw" to filter the list and I put them as default for the form filter fields. Unfortunately, I noticed that list variables aren't added to pagination links parameters (whereas other url variables/parameters are).
... and in the end, my filters don't grab the default value if I use the pagination.

Is there any way to add url variables to the pagination links in every cases ?

Thanks for any help !
 
You could try overriding the pagination link code in ./components/com_fabrik/layouts/pagination/fabrik-pagination-links.php (wee wiki for where to copy that to in your template overrides).

-- hugh
 
We are in need of some funding.
More details.

Thank you.
Back
Top