List of galleries by a user

zjs2k

Joined: 2002-08-24
Posts: 33
Posted: Sun, 2002-08-25 19:04

I am wondering how this can be done. I noticed that I can show owner of a top level album with an email link. But I would prefer to show a link to a page where all galleries by that user are listed. Can gallery do that? Or how to add this feature?

Jin

 
vallimar

Joined: 2002-08-15
Posts: 487
Posted: Sun, 2002-08-25 21:29

Well, currently, Gallery doesn't support this. You could write some code
yourself (or get another to do it) for this. You'd basically have to parse
through the entire albums list and extract the owner and match the name up.

If you have a lot of galleries, expect this to take a chunk of time.

 
zjs2k

Joined: 2002-08-24
Posts: 33
Posted: Mon, 2002-08-26 03:55

That's basically what I expected. The process would involve getting the list of all album, checking the user of each album. I guess that's not a very good practice for large site. Probably using mySQL database can solve this problem. Maybe one search query would do it. Will this function be included in G2?