![]() |
|
printAlbumMenu Sort Order - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: printAlbumMenu Sort Order (/thread-2960.html) |
printAlbumMenu Sort Order - tim254 - 2008-05-25 I'm using the following code to print a list of albums on my site: `` However, the album names are not being sorted alphabetically like the way I set it in "Options > Gallery Configuration > Sort Gallery by: > Title" I did a refresh of the database, but still no luck. I looked at the docs, but it doesn't mention a sort order option. Is it possible to sort this list alphabetically? -- printAlbumMenu Sort Order - tim254 - 2008-05-25 To answer my own question ... I took some code from Stopdesign and created my list which is sorted correctly: `[list]
[/list]` printAlbumMenu Sort Order - acrylian - 2008-05-25 The nightly build contains a newer version of the menu that should do that. The version coming with 1.1.6 uses it's own db query to get the albums while the newer version uses the class object, so that it should sort correctly. printAlbumMenu Sort Order - francoisl - 2008-10-01 hello, My zen photo version is 1.2[2213] I want to include a menu to access to albums with printAlbumMenuJump. The order of the list is odd. thanks. printAlbumMenu Sort Order - francoisl - 2008-10-01 oups, it's my fault, I didn't use the latest printAlbum version. Now everything is fine. |