There's no attachments management module in 3.0.6. You perhaps confuse it with "Orphaned attachments" module that is actually existNissanNut wrote:Looks the same as whats in 3.06. I take it your mod was added.

There's no attachments management module in 3.0.6. You perhaps confuse it with "Orphaned attachments" module that is actually existNissanNut wrote:Looks the same as whats in 3.06. I take it your mod was added.
Here's the add-on.rxu wrote:if you want, please feel free to post the whole instruction for the option you created as an addon for the MOD
It's depending on "Posts per page" value, but try the following trick to override it (in this example - to show 20 attachments per page):RobinSEA wrote:Is there a way to increase the number of attachments shown per page?
Code: Select all
OPEN
includes/acp/acp_manage_attachments.php
FIND
$start = request_var('start', 0);
AFTER, ADD
$config['posts_per_page'] = 20; // 20 attachments per page will be shown