Uploads Per Page

14 posts by 3 authors in: Forums > CMS Builder
Last Post: August 21, 2018   (RSS)

By daniel - August 21, 2018

Hi Kenny,

Can you try adding "'pageNum' => 1" to your top getRecords() call?

list($chs_galleriesRecords, $chs_galleriesMetaData) = getRecords(array(
'tableName' => 'chs_galleries',
'where' => whereRecordNumberInUrl(0),
'pageNum' => 1,
'loadUploads' => false,
'allowSearch' => false,
'limit' => '1',
));
 
If this does not help, can you tell me what CMSB version you are running?  

Thanks,

Daniel
Technical Lead
interactivetools.com

By KennyH - August 21, 2018

That didn't work. I am running v3.12 (Build 2163)

It should generate a link like 

/members/gallery-detail.php?Lake-Worth-BT-49?page=7

but instead it is generating 

/members/gallery-detail.php?page=7

By daniel - August 21, 2018

Hi Kenny,

You're correct - that URL is missing some info necessary to load the details page. Unfortunately, it's difficult for me to determine why that's happening on your page as I cannot duplicate the issue in my tests. I think the most expedient way to sort this out would be if I could have a look directly. Could you send the CMS login and FTP connection info for the site to support@interactivetools.com?

Thanks,

Daniel
Technical Lead
interactivetools.com