Comment to 'How to increase number in "studio/builder_menu.php?page=items"'
  • Hello Genesis !

    Yes, it can be changed via the database. Just execute there the following MySQL query:

    UPDATE `sys_objects_grid` SET `paginate_get_per_page`=300 where `object` = 'sys_studio_nav_items' LIMIT 1;