While viewing a topic if you click MCP link in header the default tab is the display option tab where you can set how many posts. If you aren't on that tab switch to it.but I can't expand the number of posts that are selectable. I always end up having to do the split in chunks,
As far as when viewing the topic list that is based on the topic per page setting. Around line 116 of /includes/mcp/mcp_forum.php find:
Code:
$topics_per_page = ($forum_info['forum_topics_per_page']) ? $forum_info['forum_topics_per_page'] : $config['topics_per_page'];
Code:
// Mod - more topics displayed in MCP.$topics_per_page = 300;
Statistics: Posted by thecoalman — Fri Sep 13, 2024 11:34 pm