Is it possible to get a list of each users albums, not the title but the name as it apperas in the folder on the harddrive? If thats the case, how to do it?
What i want is a plaintext output like:
User1
album01
album02
anotheralbum
album03
User2
album04
album05
and so on...
I hope someone understands what im talking about here, if not, ill try to explain it better
Posts: 27300
you could edit usage.php to do somthing similar. The code is there to loop through the users and find the albums they own.
http://gallery.menalto.com/index.php?name=PNphpBB2&file=viewtopic&p=129027#129027
Dave
Posts: 11
Ill try to modify it for my needs but im not really sure i will succeed =)
Anyway, thanks for pointing me in the right direction.