Hello, I have searched every where I can for a resolution to this problem. I think I read every post about pagination for Chronoconectivity.
So, here is the problem. I have a custom list I created. I added {paginator} in the footer so the list will have the pagination. The pagination (going from page to page) works fine, but changing the number of displayed records does not work. If I change it from showing 100 records (default) to 10 records I get "Connection name can NOT be empty!"
What I found is the onchange for the Display # drop down is creating a URL with "limit=20&limitstart=0&boxchecked=&task=&option=com_chronoconnectivity" from the hidden inputs in the footer. I was able to discover this when I changed the form method from Post to Get in the Custom_List.php file. I wanted to see what parameters where being sent. If I remove "&boxchecked=&task=&option=com_chronoconnectivity" from the URL everything works fine.
Why does it add the empty parameters? How can I keep this from happening.
I am using Joomla 2.5.14 and CCV4_RC3.2_J1.6.
You can see my custom list at http://yourpatriotism.com/index.php/memorial
Thank you for your help,
Jason
So, here is the problem. I have a custom list I created. I added {paginator} in the footer so the list will have the pagination. The pagination (going from page to page) works fine, but changing the number of displayed records does not work. If I change it from showing 100 records (default) to 10 records I get "Connection name can NOT be empty!"
What I found is the onchange for the Display # drop down is creating a URL with "limit=20&limitstart=0&boxchecked=&task=&option=com_chronoconnectivity" from the hidden inputs in the footer. I was able to discover this when I changed the form method from Post to Get in the Custom_List.php file. I wanted to see what parameters where being sent. If I remove "&boxchecked=&task=&option=com_chronoconnectivity" from the URL everything works fine.
Why does it add the empty parameters? How can I keep this from happening.
I am using Joomla 2.5.14 and CCV4_RC3.2_J1.6.
You can see my custom list at http://yourpatriotism.com/index.php/memorial
Thank you for your help,
Jason
Hi Jason,
Your page is not formatted correctly!
But regrading the problem, could you please try to use CCv5 instead ?
Are you using a menu option of type ChronoConnectivity to view this list ?
Regards,
Max
Your page is not formatted correctly!
But regrading the problem, could you please try to use CCv5 instead ?
Are you using a menu option of type ChronoConnectivity to view this list ?
Regards,
Max
I created the form using CCv5 and everything works great and even looks better than CCv4. Keep up the great work.
Jason
Jason
This topic is locked and no more replies can be posted.