Trying to setup CCv5, and has no luck in getting the page limit to change: I've set it to 15 but it still at 30.
Dennis
Array ( [0] => SELECT `Extension`.`id` AS `Extension.id`, `Extension`.`name` AS `Extension.name` FROM `snvj5_chronoengine_extensions` AS `Extension` WHERE `Extension`.`enabled` = '1' ORDER BY `Extension`.`ordering` ASC [1] => SELECT `Connection`.`id` AS `Connection.id`, `Connection`.`title` AS `Connection.title`, `Connection`.`params` AS `Connection.params`, `Connection`.`extras` AS `Connection.extras`, `Connection`.`published` AS `Connection.published` FROM `snvj5_chronoengine_connections` AS `Connection` WHERE `Connection`.`title` = 'anmalan_ungdomsgrupp' AND `Connection`.`published` = '1' [2] => SELECT COUNT(`ungdom`.`cf_id`) AS `ungdom.count` FROM `snvj5_chronoforms_data_ungdomsgrupp` AS `ungdom` [3] => SELECT `ungdom`.`cf_id` AS `ungdom.cf_id`, `ungdom`.`namn` AS `ungdom.namn`, `ungdom`.`Epost` AS `ungdom.Epost`, `ungdom`.`adress` AS `ungdom.adress`, `ungdom`.`postadress` AS `ungdom.postadress`, `ungdom`.`telefon` AS `ungdom.telefon`, `ungdom`.`personnr` AS `ungdom.personnr`, `ungdom`.`subject` AS `ungdom.subject` FROM `snvj5_chronoforms_data_ungdomsgrupp` AS `ungdom` ORDER BY `ungdom`.`subject` DESC LIMIT 30 )
Dennis