Forum Change Number of Posts
Using Jamroom
found it. There is no pagination on posts in a thread.
but for threads in a category, it too is hard-coded to 10.
// This is the forum index, showing all posts
$_sp = array(
'search' => array(
"forum_profile_id = {$_post['_profile_id']}",
"forum_post_count > 0",
),
'order_by' => array(
'forum_pinned' => 'desc',
'forum_updated' => 'numerical_desc'
),
'quota_check' => false,
'pagebreak' => 10,
'page' => $page
);in
/modules/jrForum/profile.php function profile_view_jrForum_default() on line 782
'pagebreak' => 10,issue tracker:
https://www.jamroom.net/the-jamroom-network/tracker/130/jrforum-set-the-pagebreak-for-the-forum-categories