I doubt it's configurable - but I may not be clear on where you're looking, as I don't see any media paging in my install, either in the Media section or the Media Picker - both show all images in the given folder. Where exactly are you seeing the paging?
It's at the bottom right hand side of a Child Items tab in a Media Folder. Client has hundreds of images per folder so the first view is Child Items rather than wait for them all to download in the Content view. I'm assuming there's a pagesize value set somewhere. Usually is in pagers, I just can't find it.
Ah, sorry, now I see - you're referring to the List View. You must have "Enable list view" ticked on your Media folder. I don't believe there's any way to change this as it's hardcoded to 10. You could hack the file if you reallllly want to (/umbraco/js/umbraco.controllers.js), but not recommended :)
Media Section Page Size
Client wants to see more than 10 images per page in the Media UI. Is this set anywhere accessible so I can change it?
Thanks,
Craig
It's a V7.0.4 site.
Craig
Now upgraded to V7.1.1. Is there really no way to change the page sizing value controlling the number of images on each media page in the UI?
Hi Craig,
I doubt it's configurable - but I may not be clear on where you're looking, as I don't see any media paging in my install, either in the Media section or the Media Picker - both show all images in the given folder. Where exactly are you seeing the paging?
-Tom
Hi Tom,
It's at the bottom right hand side of a Child Items tab in a Media Folder. Client has hundreds of images per folder so the first view is Child Items rather than wait for them all to download in the Content view. I'm assuming there's a pagesize value set somewhere. Usually is in pagers, I just can't find it.
Craig
Ah, sorry, now I see - you're referring to the List View. You must have "Enable list view" ticked on your Media folder. I don't believe there's any way to change this as it's hardcoded to 10. You could hack the file if you reallllly want to (
/umbraco/js/umbraco.controllers.js
), but not recommended :)Just for those stumbling upon this thread, with the newer versions of umbraco, the "page size" can be configured with the ListView Media dataType. :-)
is working on a reply...