Gumboots wrote: ↑Fri Sep 13, 2024 9:42 pm
but I can't expand the number of posts that are selectable. I always end up having to do the split in chunks,
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.
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: Select all
$topics_per_page = ($forum_info['forum_topics_per_page']) ? $forum_info['forum_topics_per_page'] : $config['topics_per_page'];
Replace with:
Code: Select all
// Mod - more topics displayed in MCP.
$topics_per_page = 300;
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”
Attributed - Thomas Edison