Quote:
Originally Posted by Zachery
Why would you want to store avatar data about a logged out user? Sounds like a bad idea.
|
the idea is a login system, that displays the last user logged in on that pc's avatar, forms now days already remember usernames and passwords so having a system where is shows the avatar of the user (like facebook for example) would not hurt anything, or even having a fetch function that fetches the avatar on every keyup so as your logging in its finding user's avatar then finally usernames avatar. or when usernames box is unfocussed (the password box is activated) it could fetch then.
but the original idea (damn A.D.D. lol) where it just stores a cookie, would be something like this:

then once the user clicked not username, it would clear the cookie and refresh the page or ajax refresh resulting in a default set img.
I myself think that'd be pretty cool and can see this on a variety of applications not just limited to vBulletin.
or figuring out a way like google does, and storing all recent users (with avatars) and user can just click which one they are and enter thier password.