How to sort all albums within each members individual galleries alphabetically?
I currently have the Members Gallery default set to "Alphabetical", which works perfectly. When I click on "Member List" all individuals galleries are sorted alphabetically.
However, once I click on any member's gallery, their albums are not showing as alphabetical. Instead, is looks as if all albums are showing by creation date as the default setting.
Is there any way to change something within "pp-inc.php" to make all albums (within all my users galleries, and not just the user gallery "member list") to default as alphabetical?
Thank you.
P.S. I ask this because I was able to modify the code at line 3115 of pp-inc.php with "WHERE ( c.parent='$userid' AND c.cattype='a' ) ORDER BY c.catorder, c.catname", $link);" to change the sort order of each individual user's albums as they see it, but this only works for "My Albums" only.
Last edited by thxforyourhelp; September 12th, 2011 at 04:42 AM.
|