yo35
Forum Replies Created
-
Forum: Plugins
In reply to: [RPB Chessboard] Navigation menu failsI guess things are OK now since you’ve marked this issue as “resolved”.
By the way, as mentioned in the sticky item on top of this forum, 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] documentation ?No, there is not.
Since version 7.0, the shortcode
[pgn] ... [/pgn]remains supported only because of legacy content. It is now advised to use the Chess diagram / Chess game blocks, as presented in https://rpb-chessboard.yo35.org/. In particular, with the blocks, all the customization options are made available graphically (in the right-side column of the block, see https://rpb-chessboard.yo35.org/examples/navigation-board/ for an example). This is much less cryptic than thenavigation_board=belowsyntax available with the shortcode.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/issuesForum: Plugins
In reply to: [RPB Chessboard] Diagram alignmentI’m not sure to see understand what you want to do in the example you mentioned: indeed, there is little space between the navigation board and the image at the top of the game, and indeed the text in-between is difficult to read. Thus, I suggest to arrange the page layout otherwise: you can for instance put the image somewhere else, or put the navigation board below the game (use
[pgn navigation_board=below ... ] ... [/pgn]to achieve this).And as already mentioned, 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. The GitHub forum is much more user-friendly (in particular, it allows to put screenshots in the messages), and questions get answered more quickly most of the time.
Forum: Plugins
In reply to: [RPB Chessboard] Plugin: RPB Chessboard – JoomlaNo, it’s not.
Still, the main components used in this plugin are WordPress-agnostic and open-sourced. See in particular: [kokopu](https://www.npmjs.com/package/kokopu) and [kokopu-react](https://www.npmjs.com/package/kokopu-react). As a consequence, a web developer should be able to develop a Joomla plugin similar to RPB Chessboard.
(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] Invalid FEN stringHi,
There is an example of use of the
[fen][/fen]tag in your site admin, menu ‘Chess’ > ‘Memo’ > ‘FEN diagram’. Still, the recent versions of RPB Chessboard >= 6.0.0 include a chess diagram block editor (see in the page/post editor, block inserter > section ‘Media’ > ‘Chess diagram’), which replaces[fen][/fen]tags.(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] Is there a “how to use” manual?Hi,
Unfortunately, the manual is available only in the admin section (i.e. what you call the “dashboard”). It is available for whoever has an account and is allowed to write posts.(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] independent html pageHi,
The plugin relies on independent JavaScript libraries for all the chess logic (PGN parsing especially) and chessboard rendering. See:
– https://www.npmjs.com/package/kokopu
– https://www.npmjs.com/package/kokopu-react
These libraries are not related to WordPress, thus can be used in other contexts. Still, to integrate them in a standalone HTML page while achieving the same level of integration as proposed by the WordPress plugin, there is work to do.(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] Icon is not displayed in TinyMCE editorHi,
Answered in GitHub (https://github.com/yo35/rpb-chessboard/issues/206) and in a previous thread here (https://ww.wp.xz.cn/support/topic/no-rpb-icon-in-editor-after-last-update-to-6-0-1/).
As of version 6.0.0, the support for the old WordPress page/post editor (TinyMCE) has been dropped, in favor of the Gutenberg editor.Forum: Plugins
In reply to: [RPB Chessboard] Gutenberg blocksAs of RPB Chessboard 6.0.0, the plugin provides also a custom block, that allows to edit graphically a chess position.
Forum: Plugins
In reply to: [RPB Chessboard] No RPB Icon in editor after last update to 6.0.1Hi,
Answered in GitHub: https://github.com/yo35/rpb-chessboard/issues/206
As of version 6.0.0, the support for the old WordPress page/post editor (TinyMCE) has been dropped, in favor of the Gutenberg editor.Forum: Plugins
In reply to: [RPB Chessboard] Imcompability with entry pgn formsHi,
Sorry for the late reply.Unfortunately, the file upload field is not available in the free version of Fluent Forms, thus I cannot analyze the problem. I suggest you report this issue to the Fluent Forms team.
(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] Gutenberg blocksHi,
Yes it does, using the ‘shortcode’ block.
(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] marqueurs de cases MAJ 5.9.0Dans la dernière version, les marqueurs de case apparaissent avec un disque plein, et non plus seulement un cercle. Ceci pour améliorer la lisibilité.
Forum: Plugins
In reply to: [RPB Chessboard] marqueurs de cases MAJ 5.9.0Bonjour,
Les marqueurs remplissant intégralement les cases avaient également des problèmes, notamment parce que dans certains cas, les bords de la devenaient invisible, ou parce que le marqueur masquait la couleur de la case.
Laisser à l’utilisateur le choix d’avoir différents styles de marqueurs complexifierait énormément les choses, pour un gain de fonctionnalité faible, donc c’est non.
En revanche, j’attire votre attention sur le fait qu’il est désormais possible de changer la couleur des marqueurs (voir menu ‘Chess’ > ‘Theming’ > création d’un colorset) : ceci peut permettre de jouer sur les contrastes de couleur case vs. marqueur et d’améliorer la lisibilité.
Je peux également voir à changer les couleurs des marqueurs dans les colorsets standards si nécessaire => faire une demande d’évol sur GitHub pour ceci si nécessaire.Forum: Plugins
In reply to: [RPB Chessboard] RPB JQuery blocked by reactOK, great!
Regards, Yoann