yo35
Forum Replies Created
-
Forum: Plugins
In reply to: [RPB Chessboard] call pgn from urlHi,
Answered in GitHub:
https://github.com/yo35/rpb-chessboard/issues/50(please use the GitHub as much as possible instead of this forum for help requests, bug reports and feature requests: https://github.com/yo35/rpb-chessboard/issues)
Forum: Plugins
In reply to: [RPB Chessboard] Board position & navigation bit problemsHi,
I understand the problem, but I don’t know how to solve it! On the one hand, you want to get a “permanent” navigation board, i.e. a navigation board inlined at a given position within the text of the page, but on the other hand, you want this navigation board to be visible even if the user scrolls the page. For me, these two requirements are contradictory, and I don’t see how to meet both of them at the same time.Forum: Plugins
In reply to: [RPB Chessboard] Join the developers teamHi,
There is no such thing as an “organized” developer team as — except for translations — I’m currently the only contributer to the plugin.
However, source code is available on GitHub (https://github.com/yo35/rpb-chessboard), so please feel to look at the feature requests listed in the forum (https://github.com/yo35/rpb-chessboard/issues), to download the source code and to work on it.
Forum: Plugins
In reply to: [RPB Chessboard] Adding keyboard controlHi,
Answered in GitHub:
https://github.com/yo35/rpb-chessboard/issues/48(please use the GitHub as much as possible instead of this forum for help requests, bug reports and feature requests: https://github.com/yo35/rpb-chessboard/issues)
Forum: Plugins
In reply to: [RPB Chessboard] Generating chessboards without using the shortcodeHi,
Answered in GitHub:
https://github.com/yo35/rpb-chessboard/issues/44(please use the GitHub as much as possible instead of this forum for help requests, bug reports and feature requests: https://github.com/yo35/rpb-chessboard/issues)
Forum: Plugins
In reply to: [RPB Chessboard] Starting the plugin manuallyHi,
Answered in GitHub:
https://github.com/yo35/rpb-chessboard/issues/38(please use the GitHub as much as possible instead of this forum for help requests, bug reports and feature requests: https://github.com/yo35/rpb-chessboard/issues)
Forum: Plugins
In reply to: [RPB Chessboard] Board position & navigation bit problemsVersion 4.1 (just released) makes possible to have the navigation board above the move list.
Forum: Plugins
In reply to: [RPB Chessboard] Board position & navigation bit problemsHi,
There are 2 issues here:
1) First, there is actually a conflict between Fictive and the plugin, that results in bad rendering of the button. As this is more or less due to a bug (or let’s say a bad design) of Fictive, I will not patch the plugin to fix it. However, you can solve this issue on your own by adding the following piece of CSS code to your website:
.site-content .uichess-chessgame [class*="navigation"] { position: static; width: auto; }2) The content column provided by Fictive is quite narrow, therefore I guess it would be better to have the navigation board rendered above the move list (instead of on the left or right). This is a new feature, I will try to make it available as soon as possible.
(also please use the GitHub as much as possible instead of this forum for help requests, bug reports and feature requests: https://github.com/yo35/rpb-chessboard/issues)
Forum: Reviews
In reply to: [RPB Chessboard] Powerful.You CAN begin begin a PGN game at a specific position:
[pgn] [Event "Endgame example"] [SetUp "1"] [FEN "k7/n1PB4/1K6/8/8/8/8/8 w - - 0 50"] {[pgndiagram]} 50.Bc6+ Nxc6 51.c8=Q+ Nb8 52.Qb7# 1-0 [/pgn](this is the standard PGN syntax, as it is exported by chess database softwares)
Forum: Plugins
In reply to: [RPB Chessboard] Flip board and change piecesHi,
How to flip the board is explained in the help page of the plugin: see in the administration section of your WordPress site, menu “Chess” > “Help”. Basically, there is a
flipattribute to add to the pgn/fen tags:[fen flip=true] ... [/fen]or[pgn flip=true] ... [/pgn].You cannot change the pieceset for now.
(also please use the GitHub as much as possible instead of this forum for help requests, bug reports and feature requests: https://github.com/yo35/rpb-chessboard/issues)
Forum: Plugins
In reply to: [RPB Chessboard] RPB Chessboard Update BugAnswered on GitHub:
https://github.com/yo35/rpb-chessboard/issues/33Forum: Plugins
In reply to: [RPB Chessboard] Black rooks don't appear when using pgndiagram or fen tagsIt seems that a problem has occurred when you installed the plugin: the file http://friscodelrosario.net/how-to-play-like-magnus-carlsen/wp-content/plugins/rpb-chessboard/css/sprite/br.png (which contains the black rook images) is missing or unreachable. You should try to re-install the plugin.
(also please use the GitHub as much as possible instead of this forum for help requests, bug reports and feature requests: https://github.com/yo35/rpb-chessboard/issues)
Forum: Plugins
In reply to: [RPB Chessboard] Navigation Board Always On TopHi,
I’m not sure to really understand what is the problem you encounter. When you set the navigation board to be on the left, the normal behavior is to have the move list on the right of the board AND below it if the list is long enough.
(also please use the GitHub as much as possible instead of this forum for help requests, bug reports and feature requests: https://github.com/yo35/rpb-chessboard/issues)
Answered in GitHub:
https://github.com/yo35/rpb-chessboard/issues/27(please use the GitHub instead of this forum for help requests, bug reports and feature requests)
Forum: Plugins
In reply to: [RPB Chessboard] bug: rpb crashes the server if comment is quite bigThe rest of the discussion is on GitHub:
https://github.com/yo35/rpb-chessboard/issues/24