Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1676

phpBB Discussion • Re: Splitting/moving posts: needs bigger slection and easier renaming..

$
0
0
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:

$topics_per_page = ($forum_info['forum_topics_per_page']) ? $forum_info['forum_topics_per_page'] : $config['topics_per_page'];
Replace with:

Code:

// Mod - more topics displayed in MCP.$topics_per_page = 300;

Statistics: Posted by thecoalman — Fri Sep 13, 2024 11:34 pm



Viewing all articles
Browse latest Browse all 1676

Trending Articles