On the photo display page (photo.php)..here's how it works
user A is logged in
user A has "my images only" selected
user A clicks on one of his images (sent to photo.php)
user A copy/pastes URL to user B
user B clicks the link
user B logs in as a different user than user A (or was
already logged in as a different user)
user B can now see no image, and no link to it or the
rest of the site
user B now cusses out user A 'cause he is mad!
This problem might be able to be solved if somehow we
can ignore the $my variable in certain circumstances.
I'm not totally sure what to do with this one.
Logged In: YES
user_id=1070545
this just came to me...how about instead of my being 0 or 1,
we make it my = "someusername" This gives a bunch of neat
stuff right off the bat...it would fix this bug, and also
allow people to only look at a certain user's stuff...which
would be a start towards implementing albums and stuff, in
which one of the pieces of info we need to know is which
user to be finding albums for...
Logged In: YES
user_id=1049916
submit that idea as a feature.