Ok, due to popular demand, and my own requirement to make things work better
I've fixed the
Home Page image.
The old one simply captured a list of the files in the gallery directory, randomized it, parsed out the owner, retrieved the owner info from the database and presented the page with a link to the person.
The new one retrieves the number of
total images in the gallery from the database, randomizes that, retrieves the file name, owner, and picture id, then builds the page.
The big thing is that the picture is clickable so you can click the image and go directly to the gallery entry (
but only if you're logged in and have an account; if not, you'll be asked for your login and password or be presented with an option to create an account).
I'm going to make a quick change right now to note that you can click on the image to jump to the gallery.
Let me know if there's a problem of course.
Carl
Edit: Ok, I added the "click image" line and note that I added the "Posted by" text because of the suggestion that I created one when in fact it was a request that I post an image for someone else. Just wanted to be clear about it