<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Moodle Plugins directory: Board: Comments</title>
    <link>https://moodle.org</link>
    <description>&quot;Board&quot; (Grids and Blocks) is a course format in grid for Moodle 2.8 or later with full flexibility between sections and columns.
You can choose quantity and width of columns and quantity of sections in each column.</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>Tuesday, 19 September 2023, 10:01 PM - Ricardo Caiado</title>
      <link>https://moodle.org/plugins/format_board#comment-81135</link>
      <pubDate>Tue, 19 Sep 2023 14:01:12 GMT</pubDate>
      <description>by Ricardo Caiado. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Is it compatible with 4.1+ version of Moodle?&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/format_board#comment-81135</guid>
    </item>
    <item>
      <title>Friday, 23 September 2022, 5:21 AM - Tomek Szopa</title>
      <link>https://moodle.org/plugins/format_board#comment-77198</link>
      <pubDate>Thu, 22 Sep 2022 21:21:33 GMT</pubDate>
      <description>by Tomek Szopa. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Our platform uses a lot of the Board Format. It is really good looking. Any hope it will be updated??? It has been already 5 years and we are now in Moodle 4.0...&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/format_board#comment-77198</guid>
    </item>
    <item>
      <title>Tuesday, 18 August 2020, 4:37 AM - Ricardo Caiado</title>
      <link>https://moodle.org/plugins/format_board#comment-65682</link>
      <pubDate>Mon, 17 Aug 2020 20:37:00 GMT</pubDate>
      <description>by Ricardo Caiado. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Is it compatible with 3.9+ version of Moodle?&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/format_board#comment-65682</guid>
    </item>
    <item>
      <title>Sunday, 25 August 2019, 9:43 PM - Sarolta Godnic Vicic</title>
      <link>https://moodle.org/plugins/format_board#comment-59580</link>
      <pubDate>Sun, 25 Aug 2019 13:43:59 GMT</pubDate>
      <description>by Sarolta Godnic Vicic. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hello, I was wondering if you will be updating the plugin for Moodle 3.7? I really like this plugin and would appreciate its update. Thanks.&lt;br&gt;
Sarolta&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/format_board#comment-59580</guid>
    </item>
    <item>
      <title>Monday, 15 July 2019, 9:58 PM - Gabriel JALAM</title>
      <link>https://moodle.org/plugins/format_board#comment-59009</link>
      <pubDate>Mon, 15 Jul 2019 13:58:58 GMT</pubDate>
      <description>by Gabriel JALAM. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Thank you Adam. It works now! I add this in the end of &quot;course/format/board/lib.php&quot; file:&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
/**&lt;br&gt;
* Implements callback inplace_editable() allowing to edit values in-place&lt;br&gt;
*&lt;br&gt;
* @param string $itemtype&lt;br&gt;
* @param int $itemid&lt;br&gt;
* @param mixed $newvalue&lt;br&gt;
* @return \core\output\inplace_editable&lt;br&gt;
*/&lt;br&gt;
function format_board_inplace_editable($itemtype, $itemid, $newvalue) {&lt;br&gt;
global $DB, $CFG;&lt;br&gt;
require_once($CFG-&amp;gt;dirroot . '/course/lib.php');&lt;br&gt;
if ($itemtype === 'sectionname' || $itemtype === 'sectionnamenl') {&lt;br&gt;
$section = $DB-&amp;gt;get_record_sql(&lt;br&gt;
'SELECT s.* FROM {course_sections} s JOIN {course} c ON s.course = c.id WHERE s.id = ? AND c.format = ?',&lt;br&gt;
array($itemid, 'board'), MUST_EXIST);&lt;br&gt;
return course_get_format($section-&amp;gt;course)-&amp;gt;inplace_editable_update_section_name($section, $itemtype, $newvalue);&lt;br&gt;
}&lt;br&gt;
}&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/format_board#comment-59009</guid>
    </item>
    <item>
      <title>Wednesday, 22 May 2019, 6:23 PM - Ricardo Caiado</title>
      <link>https://moodle.org/plugins/format_board#comment-58234</link>
      <pubDate>Wed, 22 May 2019 10:23:33 GMT</pubDate>
      <description>by Ricardo Caiado. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Olá,&lt;br&gt;
&lt;br&gt;
Alguma previsão de atualização para este plugin?&lt;br&gt;
&lt;br&gt;
Ricardo&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/format_board#comment-58234</guid>
    </item>
    <item>
      <title>Wednesday, 20 February 2019, 1:40 AM - Adam Welle</title>
      <link>https://moodle.org/plugins/format_board#comment-56076</link>
      <pubDate>Tue, 19 Feb 2019 17:40:36 GMT</pubDate>
      <description>by Adam Welle. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;To fix the inplace_editable error, you can copy the last function out of &quot;course/format/topics/lib.php&quot;  into &quot;course/format/board/lib.php&quot; and update it for the &quot;board&quot; plugin rather than the &quot;topics&quot; plugin. You will be implementing the missing called as a function named &quot;format_board_inplace_editable&quot;.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/format_board#comment-56076</guid>
    </item>
    <item>
      <title>Tuesday, 12 December 2017, 11:33 PM - Gabriel JALAM</title>
      <link>https://moodle.org/plugins/format_board#comment-47154</link>
      <pubDate>Tue, 12 Dec 2017 15:33:44 GMT</pubDate>
      <description>by Gabriel JALAM. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hello&lt;br&gt;
I am the admin of a Moodle platform (version 3.3+). My version of php is 7.1&lt;br&gt;
In any course, if I use the Board course format, when I turne editing on, if I want to change the title of a topic with the &quot;Edit topic name&quot; function I get this error message:&lt;br&gt;
&lt;br&gt;
&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&lt;br&gt;
Error calling update processor&lt;br&gt;
File:&lt;br&gt;
/lib/external/externallib.php&lt;br&gt;
Line:&lt;br&gt;
467&lt;br&gt;
Stack trace:&lt;br&gt;
Error code: inplaceeditableerror&lt;br&gt;
* line 467 of /lib/external/externallib.php: moodle_exception thrown&lt;br&gt;
* line 228 of /lib/externallib.php: call to core_external::update_inplace_editable()&lt;br&gt;
* line 59 of /lib/ajax/service.php: call to external_api::call_external_function()&lt;br&gt;
&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&lt;br&gt;
&lt;br&gt;
Changing the title of this section through the Edit topic Menu, I do not get this error message.&lt;br&gt;
This error only appears with the Board course format, it does not appear with other course formats.&lt;br&gt;
Do you know how to fix this problem?&lt;br&gt;
Thank you.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/format_board#comment-47154</guid>
    </item>
    <item>
      <title>Tuesday, 1 August 2017, 7:51 PM - Jacques LeCavalier</title>
      <link>https://moodle.org/plugins/format_board#comment-44254</link>
      <pubDate>Tue, 01 Aug 2017 11:51:22 GMT</pubDate>
      <description>by Jacques LeCavalier. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hi, Rodrigo.  Thanks for building this simple yet very useful course format!  Can you tell me if it might somehow be possible to combine the Onetopic TABS approach with the Board format's grid approach?&lt;br&gt;
&lt;br&gt;
What I would love is to have course modules be selected via Tabs at the top of the page, and then have a grid of sections for each Module page.&lt;br&gt;
&lt;br&gt;
thanks!&lt;br&gt;
Jacques&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/format_board#comment-44254</guid>
    </item>
    <item>
      <title>Monday, 10 April 2017, 8:46 PM - John Provasnik</title>
      <link>https://moodle.org/plugins/format_board#comment-42054</link>
      <pubDate>Mon, 10 Apr 2017 12:46:04 GMT</pubDate>
      <description>by John Provasnik. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Rodrigo - on 3.0 using either the clean or Blocks layout, the General section still does not get outlined. Is there a code snippet I can add to get this outlined? When I try to add something to my custom CSS I can get the outline back but then all the parts below bump back into to a vertical column instead of side by side like I had set them up. &lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/format_board#comment-42054</guid>
    </item>
    <item>
      <title>Wednesday, 25 January 2017, 8:35 PM - John Provasnik</title>
      <link>https://moodle.org/plugins/format_board#comment-40496</link>
      <pubDate>Wed, 25 Jan 2017 12:35:47 GMT</pubDate>
      <description>by John Provasnik. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;@ John - are you using the latest version of this plug in? Because that solved the same issue for me on Moodle 3.0&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/format_board#comment-40496</guid>
    </item>
    <item>
      <title>Wednesday, 25 January 2017, 7:32 PM - John Carvajal</title>
      <link>https://moodle.org/plugins/format_board#comment-40494</link>
      <pubDate>Wed, 25 Jan 2017 11:32:56 GMT</pubDate>
      <description>by John Carvajal. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hello, the format presents error when performing a backup in Moodle &quot;error / setting_invalid_ui_label&quot;. How to solve the error?&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/format_board#comment-40494</guid>
    </item>
    <item>
      <title>Thursday, 5 January 2017, 2:39 AM - John Provasnik</title>
      <link>https://moodle.org/plugins/format_board#comment-40076</link>
      <pubDate>Wed, 04 Jan 2017 18:39:05 GMT</pubDate>
      <description>by John Provasnik. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Turns out I was not using 2016111600. I downloaded and all is working perfectly!&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/format_board#comment-40076</guid>
    </item>
    <item>
      <title>Tuesday, 20 December 2016, 10:03 PM - Rodrigo Brandão</title>
      <link>https://moodle.org/plugins/format_board#comment-39910</link>
      <pubDate>Tue, 20 Dec 2016 14:03:05 GMT</pubDate>
      <description>by Rodrigo Brandão. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;John, I will find out the problem... and fix the issue in the next week release! &lt;img class=&quot;icon emoticon&quot; alt=&quot;smile&quot; title=&quot;smile&quot; src=&quot;https://moodle.org/theme/image.php/moodleorg/core/1777401252/s/smiley&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/format_board#comment-39910</guid>
    </item>
    <item>
      <title>Friday, 16 December 2016, 5:11 AM - John Provasnik</title>
      <link>https://moodle.org/plugins/format_board#comment-39868</link>
      <pubDate>Thu, 15 Dec 2016 21:11:40 GMT</pubDate>
      <description>by John Provasnik. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Understand it now...  each &quot;Group&quot; is a just a vertical column (not a row). So Group 1 @ 50% for column 1 with x topics in the column, then Group 2 @ 50% for column 2 with x topics in the column.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/format_board#comment-39868</guid>
    </item>
  </channel>
</rss>