rsanchez / dynamo

Makes Dynamic Parameters behave more like the Search module.
http://devot-ee.com/add-ons/dynamo/
10 stars 2 forks source link

Pagination only upon search #11

Closed ghost closed 12 years ago

ghost commented 12 years ago

hi; im displaying my filter and results on the same page.

As a starting point i show all entries 10 on every page

i do it like so: {exp:dynamo:entries channel="entries" dynamic_parameters="search:your_custom_field|limit" search_id="{segment_3}"} {title} {paginate}

Page {current_page} of {total_pages} pages {pagination_links}

{/paginate} {/exp:dynamo:entries}

but pagination only shows when a search have been performed.? is there a way to fix this?

Thanks :)

ghost commented 12 years ago

Sorry closed the issue by mistake! still unsolved!