@hd - here’s what I’m working on: I have a template that displays a range of products that belong to different categories. I’d like to allow visitors to filter and limit the display (show only 24 or 36 products) and browse the resulting pages. In some cases, there are a hundred or more products that could be listed.
I’m using {paginate} {pagination_links} {/paginate} to generate the pagination, and the following code to allow the dynamic parameters: {exp:channel:entries channel="products" status="open" dynamic_parameters="limit|category" paginate="both"}. The parameters are driven by a couple of dropdowns that choose the limit and select the category filter. Unfortunately I’ve hit the limitation of not being able to have both dynamic parameters and pagination. I’m hoping this is a common enough need that someone has found a workaround. I’ve also put in a feature request so there’s always that hope. : )
@Mark Croxton - I appreciate the details about the custom plugin approach. That sounds like something I need to look more closely at, though being new with EE, I’m not sure I have time to build a custom plugin before the site needs to launch. I’ll definitely go back to explore that option. Unfortunately, I’m building with EE 2 so the plugin you mention won’t work for me. It could provide a blueprint if I go down the custom plugin path, though.
I appreciate the replies, folks, and I’m open to any suggestions.