Hi. 2 suggestions.
1. Can you keep a session object/cookie to remember the status of the 'go to next game' checkbox ? Annoying when I'm playing against one person to have to unclick that box.
2. Again a 'go to next game issue'. Perhaps provide an ignore flag for games where you dont want to make a move or want to go to later, or provide a filter so you can select which players you want to play against.
EG: In a tournament I have 2 games against someone (white and black) and we are moving pretty fast. I would like to only see his games when I go to my next game.
cheers
1. Can you keep a session object/cookie to remember the status of the 'go to next game' checkbox ? Annoying when I'm playing against one person to have to unclick that box.This is already implemented:
Go under "My Settings" -> "My Site Settings", and and uncheck the "Go to next waiting game after move by default" checkbox.
That should do it! 🙂
-Jarno
Originally posted by pcaspianNo.2 is there as well - just click on 'skip'😀
Hi. 2 suggestions.
1. Can you keep a session object/cookie to remember the status of the 'go to next game' checkbox ? Annoying when I'm playing against one person to have to unclick that box.
2. Again a 'go to next game issue'. Perhaps provide an ignore flag for games where you dont want to make a move or want to go to later, or provide a filte ...[text shortened]... are moving pretty fast. I would like to only see his games when I go to my next game.
cheers
Originally posted by collemanThat does help, however each time you want to change the setting you have to do 3 steps to do that. A much simpler way (I know as develop web applications) is simply to read the currenty status of the checkbox and keep it. IE: If ticked, then keep ticked, if not ticket, then keep unticked.
No.2 is there as well - just click on 'skip'😀
cheers
Originally posted by pcaspianThis is an excellent idea. As you say, it is a fairly simple fix - but not quite that straightforward as there is a redirection involved too.
That does help, however each time you want to change the setting you have to do 3 steps to do that. A much simpler way (I know as develop web applications) is simply to read the currenty status of the checkbox and keep it. IE: If ticked, then keep ticked, if not ticket, then keep unticked.
cheers
I have already made the fix on my dev box, but I will release it tomorrow because I need to bundle up a few other things before I do the obligatory testing. (groan)
-Russ
Originally posted by RussLooking forward to it !
This is an excellent idea. As you say, it is a fairly simple fix - but not quite that straightforward as there is a redirection involved too.
I have already made the fix on my dev box, but I will release it tomorrow because I need to bundle up a few other things before I do the obligatory testing. (groan)
-Russ
Keep up the good work..
I scrapped the changes I made, and this is what we now have :
The option on the 'site settings' page to change the auto next game is now obsolete - toggling on/off next game waiting on the board view is now permanent.
Whilst fixing this I decided to tidy up a few other things that people have complained about too. (Mainly raising the profile of options people have asked for, even though they already exist - and providing a bit of 'inline' help.)
-Russ
Originally posted by RussHi Russ,
I scrapped the changes I made, and this is what we now have :
...
The feature isn't working as I would expect it.
This is what I see:
- On the playchess.php I click on 'Disable auto next game waiting' and disable the checkbox 'View next game after move'
- Then I make my move.
- I am still taken to the next game, now!?
- If I make my move for that second game I remain at that one.
-> I think the feature kicks in too late. I would expect that I remain already at my first game!
I think this should be fixed or am I missing something?
Gotti
Originally posted by gotti2000I can confirm this!!
Hi Russ,
The feature isn't working as I would expect it.
This is what I see:
- On the playchess.php I click on 'Disable auto next game waiting' and disable the checkbox 'View next game after move'
- Then I make my move.
- I am still taken to the next game, now!?
- If I make my move for that second game I remain at that one.
-> I think the f ...[text shortened]... in already at my first game!
I think this should be fixed or am I missing something?
Gotti
th