Page 2 of 20

Re: How to post chess games

Posted: Thu Jun 10, 2010 8:40 pm
by Jeremy Bernstein
Jarkko wrote:When stepping through the game with next button, Is it possible to get a FEN string from the position one is interested? A button for that would be nice or present at the bottom of the board all the time for the current position.

Good luck for the new site

- Jarkko
Unfortunately, no, it's not supported by the software I'm using. I can probably modify the JavaScript board/game representation to permit this, though. I'll look into it. I want to add a "side to move" indicator, as well, at some point.

Re: How to post chess games

Posted: Fri Jun 11, 2010 12:19 pm
by govert
It's great that a posted pgn will result in a playable diagram, but how do I go the other way around: How do I access the source pgn in order to paste it into my own gui?

Re: How to post chess games

Posted: Fri Jun 11, 2010 12:48 pm
by Jeremy Bernstein
govert wrote:It's great that a posted pgn will result in a playable diagram, but how do I go the other way around: How do I access the source pgn in order to paste it into my own gui?
Just copy and paste the PGN text. The symbols will be converted to the english piece letters.

Jeremy

Re: How to post chess games

Posted: Fri Jun 11, 2010 12:55 pm
by Jarkko
Just don't copy the tags below but everything in the middle

Code: Select all

[pgn][/pgn]

Is is possible to leave them out when the pgn is shown in the text box?

Re: How to post chess games

Posted: Fri Jun 11, 2010 12:57 pm
by Jeremy Bernstein
Jarkko wrote:Just don't copy the tags below but everything in the middle

Code: Select all

[pgn][/pgn]

Is is possible to leave them out when the pgn is shown in the text box?
You mean, you want to see the board and the controls, but not the move list?

Re: How to post chess games

Posted: Fri Jun 11, 2010 1:00 pm
by Jarkko
Jeremy Bernstein wrote:
Jarkko wrote:Just don't copy the tags below but everything in the middle

Code: Select all

[pgn][/pgn]

Is is possible to leave them out when the pgn is shown in the text box?
You mean, you want to see the board and the controls, but not the move list?
Sorry, I got confused. I think everyhting is fine the way they are now.

Re: How to post chess games

Posted: Fri Jun 11, 2010 8:07 pm
by kingliveson
It would be nice if we can get the coordinates (rank/file).

Re: How to post chess games

Posted: Mon Jun 14, 2010 10:37 pm
by pgn4web
govert wrote:It's great that a posted pgn will result in a playable diagram, but how do I go the other way around: How do I access the source pgn in order to paste it into my own gui?
click on the square D8 (full pgn of all games) or C8 (current game only)
click on H8 for an help file

Re: How to post chess games

Posted: Mon Jun 14, 2010 11:11 pm
by 64x
How did we live without this before?? I _really_ like this pgn4web thing.

Re: How to post chess games

Posted: Mon Jun 14, 2010 11:18 pm
by Jeremy Bernstein
64x wrote:How did we live without this before?? I _really_ like this pgn4web thing.
Paolo's done an amazing job with it -- great to see him here. I have a pretty clear idea now of how to generate the FEN for the current position (at least as part of the PGN output, but possibly also as a display element, if it looks ok). If I get to it this week, that's great, otherwise it'll have to be in a couple of weeks (Chalkidiki and JavaScript don't mix).