Not displeying all records??
7 posts by 2 authors in: Forums > CMS Builder
Last Post: March 10, 2008 (RSS)
By JamesKB - March 5, 2008
All the records under Sacraments does not display at http://www.crgongregation.org/test.php
Ideas???
Thanks for your time.
--
James
--
JamesKB
Re: [JamesKB] Not displeying all records??
By Dave - March 5, 2008
interactivetools.com
Re: [Dave] Not displeying all records??
By JamesKB - March 6, 2008
Have a good day.
--
James
--
JamesKB
Re: [JamesKB] Not displeying all records??
By JamesKB - March 7, 2008
Have you had the time to look in to the records not displaying yet? They were/are entered into CMSB. You asked for the file test.php to be attached. I attached it to my previous message.
Thanks for your time. [:)]
--
JamesKB
Re: [JamesKB] Not displeying all records??
By JamesKB - March 9, 2008
Dave, have you had time to look at test.php to determine why all records are not displaying? Do you still have my CMSB logon info I sent you?? If not let me know and I will resend.
--
JamesKB
Re: [JamesKB] Not displeying all records??
By Dave - March 10, 2008
Because it's a "list viewer" by default it shows page 1 of the list results with 10 per page. You can see page 2 here:
http://www.crcongregation.org/test.php?page=2
Hard code these options to have it always show everything:
$options['pageNum'] = '1';
$options['perPage'] = '9999';
Hope that helps! :)
interactivetools.com
Re: [Dave] Not displeying all records??
By JamesKB - March 10, 2008
Thanks for the help Dave.
--
JamesKB