andreamarucci wrote:I know that Powerpack add this but I'd prefer to have everything in the core. Also PP need MySQL that I don't have in my gallery's hosting...
This is somewhat related. Imagevue by core, is a physical gallery that simply reflects the files+structure of your folders. Adding a "latest images" module kinda needs a DB to handle/store the latest additions ... If not, it would need to be Imagevue somehow for each visit going though all your images, and checking for upload date on all images within a certain threshold, and then returning an XML. This would not work technically on servers that have more than only a few folders, so it would need to be a process run intermittently from the admin, and then stores the data in XML ... slightly bad practice, and therefore should really be part of a database controlled environment. We will keep it in our notes!