![]() |
|
how to show alphabetical pagination/navigation? - 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: how to show alphabetical pagination/navigation? (/thread-7487.html) |
how to show alphabetical pagination/navigation? - southdreamz - 2010-08-18 Is there a option that will do alphabetical(a b c d e f g h) pagination/navigation? I have a very large amount of albums and would prefer something that gave users a more direct navigation cue in addition to 1..2...3...4...5 pagination. how to show alphabetical pagination/navigation? - southdreamz - 2010-08-18 I need it only album level, no need for gallery or sub-albums pr images. how to show alphabetical pagination/navigation? - acrylian - 2010-08-18 I am not sure what you mean. You want just to show abc instead of the numbers or you want to order alphabetical. The latter can be set on Options > Gallery > Sort gallery by Or do you mean on all albums starting with each character on one page? You would have to code that yourself. It can surely be done using the object model. If you mean only the < 1 2 3 > pagination function printPageListWith() (see doc) you will have to make your own custom one, probably best as a plugin. If this I don't really understand why that is better. how to show alphabetical pagination/navigation? - southdreamz - 2010-08-19 / i will try this using "object model". Thanks for your reply. how to show alphabetical pagination/navigation? - acrylian - 2010-08-19 You probably have to work with custom pages as well. |