You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
Hi folks,
I'm currently working on sopme stuff for Joomla 2.5 that would involve two different instances of Jpagination. I'm under the impression that (among others) the variable limitstart can't take on separate values for each instance of the pagination. Am I correct? How should I juggle two (or more) instances of Jpag and simultaneously keep track of where each pagination currently is pointing?
br,
Mike
Sam Moffatt
unread,
May 16, 2012, 1:28:57 PM5/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
JPagination as it stands now would require some re-thinking to get it
to work properly with more than one distinct paginated list. You would
have to override the default behaviour and also ensure that it doesn't
try to call the template pagination classes as well. Making it more
configurable would be a good idea however you will likely have to
redefine the interface for templates a little different.