Hello and thanks for the great CMS, I would like to implement some features to my zenphoto community site and I would like to ask you how these can be easily implemented to my site.
First of all, I would like a dynamic album of all the photos uploaded from everyone sorted by their date. I tried searching for a global var or for a function to get them but I couldn't find anything. Should I write my own function to get this, or it is implemented somehow and I just couldn't find it? AFAIK the dynamic albums allow you to search for a word but in this case that I need them sorted by date what can I do?
Secondly, I would like to get the same list of all photos sorted by rating. Is this possible and how? Should I make my own function again?
The third that I want to ask is there is a way to get all users from a group in an array to iterate through them and echo some of their details (username, email etc). I will make a plugin so the users can upload their avatar on the system and I would like to make a list of all the users that is public through a link.
I would like to use zenphoto's classes if it is possible and not have to make my own connection to the database to retrieve all these things.