Quote:
Originally Posted by teksigns
it would be very nice if this would remember each users selection
for each game ....
when you come back it would use the last setting used for that game
by that user.
is this possible ?
|
That's definitely possible. The easiest way would be to do it with cookies... The settings will be lost when a user logs out, but otherwise it would most likely require modifying the user table to add a field for their settings. I'll add the cookie setting as soon as I get a chance though.