Provides direct url to thumbnail of last item uploaded.
Show thumbnail of last item uploaded.
http://yourdomain.com/main.php?g2_view=lastuploaded.LastUploaded
will give you the thumbnail of the last photo item in the db, and
http://yourdomain.com/main.php?g2_view=lastuploaded.LastUploadedLink
will give you a link to the item page for that item.
So you should be able to include html like this:
<a href="main.php?g2_view=lastuploaded.LastUploadedLink"><img src="main.php?g2_view=lastuploaded.LastUploaded"></a>
to include the thumbnail *and* make it a link to the item page.
Currently there are no feature requests for this module.
Currently there are no known issues for this module.