Hi!
One thing I would like to add to my member categories, is a direct link to the last image posted, bypassing the category index page.
Using the
demo gallery as example, clicking in the "Food" category link, would automatically take you to the "Halloween pumpkin!" page, which is the last image uploaded (at the time I'm writing this) in the category.
I think a forward page might be the best, i.e.,
- you click the category link pointing to forward.php;
- the category ID is passed along the url;
- forward.php queries the db and gets the last image posted url;
- and finally automatically forwards the visitor there.
Is there a better and simpler way?
Any help is appreciated! =)
Thanks!
Ricardo