Comment to 'Suggestion: "Show All" button in discussions'
  • This parameter can be changed for each comments objects, for example to change it in forums you can use the following query:

    UPDATE `sys_objects_cmts` SET `PerView` = '39' WHERE `Name` = 'bx_forum' LIMIT 1;

    Then clear DB cache