Part of the issue here is that the changes in this module are very significant, so there will likely need to be some template changes. I apologize for that , but for the long term "maintainability" of the Seamless module it had to be done.
The "old" version of the module basically duplicated (or attempted to duplicate) everything that the jrCore_list was doing on it's own. The jrCore_list function is a wrapper around the jrCore_db_search_items() function. So the new version of Seamless has been updated to also be a wrapper around jrCore_db_search_items() instead of trying to do it all on it's own. Long term this means that when we add new features to the Core list functionality, it's
automatically supported in Seamless without us having to copy the functionality to that module.
So for your double pager issue here you need to either:
- REMOVE the pager=true from the call (this prevents the core from adding the pager)
- REMOVE your pager code and use pager=true (recommended).
I will test your specific jrSeamless_list calls here and see if I can see any issues.
Hope this helps!
--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
updated by @brian: 12/26/14 07:05:28AM