Tell us what you are trying to do? Print a paginated list. I have found quite a few plugins that print the page, but none that print beyond page 1 of paginated results. Is there a way to do this? I'm wary of removing the pagination as, in some cases there's around 80 pages of output. I wondered if there were any settings I ca use in Views?
Is there any documentation that you are following? no
Is there a similar example that we can see? unfortunately not.
Hello. Thank you for contacting the Toolset support.
Do you mean you want to print the list of records that is displayed on page using views and that view you added is with pagination and you want to print all pages ?
I do not know what Tool/plugin/scrip you are using to print your pages but the thing is that there is no such native feature Toolset offers to print the results.
You will be able to move to next page when you click on specified page link. If you want to print all results, view offers PHP api you may use that to get all the results. I mean, you should have a view that return all the results without pagination.
A quick question relating to this. Using the get_view_query_results(), is there a way to avoid overloading the site when producing a large amount of results?
We're displaying 2,000 or so car owners and keep running out of memory. I can keep increasing the memory, but wanted to see if there was a better way? breaking down the request into chunks, etc.