Closed ghuber closed 13 years ago
Can we try removing Logiq Pagination from the equation? I just want to be absolutely sure that it's not a conflict with that.
Hah. Totally was Logiq Pagination causing it.
I'll contact the dev.
Would this have anything to do with it?
http://devot-ee.com/add-ons/support/logiq-pagination/viewthread/246
"The only hook that this looks for when parsing pagination is ‘channel_module_create_pagination’, so unless a module is using the pagination function from the channel module itself, its not going to work with it"
I don't think that explains it since Dynamo calls the Channel module. And if that hook wasn't working in Dynamo, then Logiq wouldn't be having any effect at all on Dynamo.
Hm, well, when I disable Logiq Pagination, the pagination renders correctly.
What else could it be doing that's messing it up?
That's what makes me think it has something to do with Logiq itself. Do you know if they're on github somewhere?
Don't think so, but it's a free download: http://devot-ee.com/add-ons/logiq-pagination
Rob, looks like Logiq Pagination just doesn't work that well.
I'm going to swap it for AB Pagination (http://devot-ee.com/add-ons/ab-pagination), as soon as they add Structure support (this week?).
Thanks for your help on this, it's not a Dynamo issue.
When using {exp:dynamo:entries}, my pagination_links are "stuck" on the same incorrect state on every page, yet {paginate} otherwise returns correct entries and page numbers.
Regular pagination with {exp:channel:entries} works fine.
Using Logiq Pagination for styling, but I don't think this is significant.
I've set up the most basic version to test:
Template #1:
Template #2:
The results are exactly as expected, except for the pagination_links being wrong and unchanging on each paginated page. Using EE 2.2.2.
Am I missing something?