Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Show more than 10 files per page in CMS


Go to End


2 Posts   1378 Views

Avatar
swaiba

Forum Moderator, 1899 Posts

3 December 2010 at 10:33pm

you could add

$this->setPageSize(15);

to

cms\code\AssetTableField.php
function __construct($controller...

but this means hacking the core code - something I rarely (really never) do - but hope this helps

Avatar
swaiba

Forum Moderator, 1899 Posts

5 December 2010 at 1:31am

try at the *end* of the init function, that is where I tested it