When I make new albums in collections and go to manage them (i.e. Under the Manage tab), the albums are unsorted and it makes it hard to figure out what is where. Is there anyway I can sort them by name rather than date created?
Currently, Plogger is set to sort the albums on the Manage tab by id. If you are using Plogger3 and would like them to be sorted by name, then open admin/plog-admin-functions.php with a text editor and look around line 1256 for the following code, and make the change indicated for the 'sortby' line (indicated in bold):
function plog_album_manager($id,$from,$limit) { $output = '';