Forum
Perch Gallery reorder not showing all items, and app not showing on Dashboard sc...
A client reported a quirk with Perch Gallery (version 2.8.9, up to date at time of writing) where the reorder screen only showed the first 10 items. Changing line 23 in perch_gallery/modes/album.reorder.pre.php from
$albums = $GalleryAlbums->all($Paging);
to
$albums = $GalleryAlbums->all();
shows all the items as expected.
Also realized the dashboard.php module isn't showing in the Admin Dashboard. Looks like the code hasn't been updated to Perch 3 yet. Just FYI.
I'm aware, thanks!
For anyone who wants a patch until the official update is released, here is what I have in perch_gallery/dashboard.php to produce a text list of albums: