<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Moodle Plugins directory: ChessBlock: Comments</title>
    <link>https://moodle.org</link>
    <description>Chess game.</description>
    <generator>Moodle</generator>
    <language>en</language>
    <copyright>(c) 2026 Moodle - Open-source learning platform | Moodle.org</copyright>
    <image>
      <url>https://moodle.org/theme/image.php/moodleorg/core/1777401252/i/rsssitelogo</url>
      <title>moodle</title>
      <link>https://moodle.org</link>
      <width>140</width>
      <height>35</height>
    </image>
    <item>
      <title>Friday, 14 June 2024, 10:49 AM - Mark Young</title>
      <link>https://moodle.org/plugins/block_chessblock#comment-83894</link>
      <pubDate>Fri, 14 Jun 2024 02:49:58 GMT</pubDate>
      <description>by Mark Young. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Doesn't seem to want to install with latest version of Moodle, 4.4.1 !&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_chessblock#comment-83894</guid>
    </item>
    <item>
      <title>Friday, 7 February 2020, 3:49 PM - durmuş burak</title>
      <link>https://moodle.org/plugins/block_chessblock#comment-61719</link>
      <pubDate>Fri, 07 Feb 2020 07:49:57 GMT</pubDate>
      <description>by durmuş burak. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hello, is there version in moodle 3.7?  &lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_chessblock#comment-61719</guid>
    </item>
    <item>
      <title>Thursday, 22 February 2018, 2:52 AM - Fergie Kate</title>
      <link>https://moodle.org/plugins/block_chessblock#comment-48472</link>
      <pubDate>Wed, 21 Feb 2018 18:52:19 GMT</pubDate>
      <description>by Fergie Kate. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hello, I have browsed most of your posts. This post is probably where I got the most useful information for my research. Similar games can also be found on &lt;a href=&quot;http://www.juegosfriv2019.link/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;friv&lt;/a&gt; websites, which add new brain or skill games, that children and adults love much much... I like this plugin and i think is good for my website...&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_chessblock#comment-48472</guid>
    </item>
    <item>
      <title>Monday, 5 December 2016, 5:28 PM - David Mudrák</title>
      <link>https://moodle.org/plugins/block_chessblock#comment-39557</link>
      <pubDate>Mon, 05 Dec 2016 09:28:17 GMT</pubDate>
      <description>by David Mudrák. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;p&gt;Thanks guys for sharing the block with the community, and thanks Simey for providing a peer-review for it. All the raised issues are good suggestions for further improvements of the block. With the hope they will be addressed in a future version of the block, I am happy to approve this now.&lt;/p&gt;
&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_chessblock#comment-39557</guid>
    </item>
    <item>
      <title>Monday, 5 December 2016, 2:30 PM - Simey Lameze</title>
      <link>https://moodle.org/plugins/block_chessblock#comment-39552</link>
      <pubDate>Mon, 05 Dec 2016 06:30:16 GMT</pubDate>
      <description>by Simey Lameze. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hello guys, I have reviewed your plugin, it looks really cool a works well. I think it might be useful in some institutions...&lt;br&gt;
&lt;br&gt;
Here are some comments regarding the code itself:&lt;br&gt;
1- I would recommend create a lib directory and place chessboardjs library into it.&lt;br&gt;
 &lt;br&gt;
2- Un-used global, also do not use upper case for php key words (GLOBAL in this case): &lt;a href=&quot;https://github.com/TheGlobalATeam/moodle-block_chessblock/blob/master/block_chessblock.php#L54&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://github.com/TheGlobalATeam/moodle-block_chessblock/blob/master/block_chessblock.php#L54&lt;/a&gt; &lt;br&gt;
&lt;br&gt;
3- Please, use just 8 spaces for wraping, also this line could be wrapped just in 1 lines, not 2 as it is now:&lt;br&gt;
&lt;a href=&quot;https://github.com/TheGlobalATeam/moodle-block_chessblock/blob/master/block_chessblock.php#L86&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://github.com/TheGlobalATeam/moodle-block_chessblock/blob/master/block_chessblock.php#L86&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
4- Have you considered use moodle Jquery library instead of loading through CDN? &lt;br&gt;
&lt;a href=&quot;https://github.com/TheGlobalATeam/moodle-block_chessblock/blob/master/block_chessblock.php#L92&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://github.com/TheGlobalATeam/moodle-block_chessblock/blob/master/block_chessblock.php#L92&lt;/a&gt;&lt;br&gt;
That won't work for sites that does not have direct access to internet or if it is behind a proxy. &lt;br&gt;
&lt;br&gt;
5- Also, the thirdpartylibs.xml seems incorrect, accordingly to &lt;a href=&quot;https://github.com/oakmac/chessboardjs&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://github.com/oakmac/chessboardjs&lt;/a&gt; chessboardjs github their software is under MIT license, not GPL and I believe the correct version is 0.3.0 and not 66.77 as stated on the file. In this case, you can remove  tag.&lt;br&gt;
&lt;br&gt;
6- The globals $CFG, $OUTPUT, $USER, $DB are un-used all could be removed from this line: &lt;a href=&quot;https://github.com/TheGlobalATeam/moodle-block_chessblock/blob/master/block_chessblock.php#L75&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://github.com/TheGlobalATeam/moodle-block_chessblock/blob/master/block_chessblock.php#L75&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
7- It is not recommended concatenate extra values to language strings, for example here: &lt;br&gt;
&lt;a href=&quot;https://github.com/TheGlobalATeam/moodle-block_chessblock/blob/master/block_chessblock.php#L89&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://github.com/TheGlobalATeam/moodle-block_chessblock/blob/master/block_chessblock.php#L89&lt;/a&gt;&lt;br&gt;
You could change the language string to $string['gamestatus'] = 'Status: {$a}'; and just pass the status as the third parameter of get_string call.&lt;br&gt;
&lt;br&gt;
8- A bit more of help would be good, for explaining what's the purpose of Download FEN and Download PGN links.&lt;br&gt;
&lt;br&gt;
9- Also, I don't see why display User ID:{ID} might be necessary to the end user.&lt;br&gt;
&lt;br&gt;
10- Typo found: intenral &lt;a href=&quot;https://github.com/TheGlobalATeam/moodle-block_chessblock/blob/master/version.php#L29&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://github.com/TheGlobalATeam/moodle-block_chessblock/blob/master/version.php#L29&lt;/a&gt;&lt;br&gt;
 &lt;br&gt;
11- Typo found: initalizing &lt;a href=&quot;https://github.com/TheGlobalATeam/moodle-block_chessblock/blob/master/block_chessblock.php#L20&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://github.com/TheGlobalATeam/moodle-block_chessblock/blob/master/block_chessblock.php#L20&lt;/a&gt; &lt;br&gt;
&lt;br&gt;
12- Typo found: upgarde &lt;a href=&quot;https://github.com/TheGlobalATeam/moodle-block_chessblock/blob/master/db/upgrade.php#L20&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://github.com/TheGlobalATeam/moodle-block_chessblock/blob/master/db/upgrade.php#L20&lt;/a&gt; &lt;br&gt;
&lt;br&gt;
13- Several functions are missing ; on main.js.&lt;br&gt;
&lt;br&gt;
14- What's the purpose of use rand() on block_chessblock.php?&lt;br&gt;
&lt;br&gt;
Some of those points are just recommendations and won't prevent this plugin of being approved.&lt;br&gt;
&lt;br&gt;
Thanks for the awesome work!&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_chessblock#comment-39552</guid>
    </item>
    <item>
      <title>Monday, 5 December 2016, 12:41 PM - Simey Lameze</title>
      <link>https://moodle.org/plugins/block_chessblock#comment-39549</link>
      <pubDate>Mon, 05 Dec 2016 04:41:45 GMT</pubDate>
      <description>by Simey Lameze. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hello, thanks for sharing this plugin with the community. I am going to review it for the approval.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_chessblock#comment-39549</guid>
    </item>
    <item>
      <title>Wednesday, 26 October 2016, 2:49 PM - Plugins bot</title>
      <link>https://moodle.org/plugins/block_chessblock#comment-38852</link>
      <pubDate>Wed, 26 Oct 2016 06:49:04 GMT</pubDate>
      <description>by Plugins bot. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Prechecker results: 4419 errors/6920 warnings&lt;br&gt;
&lt;a href=&quot;https://integration.moodle.org/job/Precheck%20remote%20branch/28738/artifact/work/smurf.html&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://integration.moodle.org/job/Precheck%20remote%20branch/28738/artifact/work/smurf.html&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_chessblock#comment-38852</guid>
    </item>
  </channel>
</rss>