A users albums?

RaWeN
RaWeN's picture

Joined: 2003-06-02
Posts: 11
Posted: Tue, 2005-08-02 17:49

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 :)

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2005-08-03 01:26

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

 
RaWeN
RaWeN's picture

Joined: 2003-06-02
Posts: 11
Posted: Wed, 2005-08-10 16:37
floridave wrote:
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

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.