<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Moodle Plugins directory: Simple Navigation Block: Comments</title>
    <link>https://moodle.org</link>
    <description>This block provides a navigation as it is often used on standard websites. </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/1776241734/i/rsssitelogo</url>
      <title>moodle</title>
      <link>https://moodle.org</link>
      <width>140</width>
      <height>35</height>
    </image>
    <item>
      <title>Friday, 14 June 2019, 8:17 PM - David Bogner</title>
      <link>https://moodle.org/plugins/block_simple_nav#comment-58578</link>
      <pubDate>Fri, 14 Jun 2019 12:17:15 GMT</pubDate>
      <description>by David Bogner. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hi, I uploaded a new version, that was already published on github. I hope that solves the problems. If you want to contribute, you could go there: &lt;a href=&quot;https://github.com/dasistwas/moodle-block_simple_nav&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://github.com/dasistwas/moodle-block_simple_nav&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Kind regards,&lt;br&gt;
DAvid&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_simple_nav#comment-58578</guid>
    </item>
    <item>
      <title>Friday, 14 June 2019, 8:02 PM - Olli Savolainen</title>
      <link>https://moodle.org/plugins/block_simple_nav#comment-58577</link>
      <pubDate>Fri, 14 Jun 2019 12:02:45 GMT</pubDate>
      <description>by Olli Savolainen. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;If you have jquery, there's an easy way to get this work on newer moodle versions. In the block settings, &quot;Display bullet point with standard Moodle-Theme icons&quot; is selected, this seems to fix &quot;automatically disabling administrator&quot; i.e. user menu, mentioned above.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;https://gist.github.com/savolai/dc6766f15322b8109a4204c63a03ecf2/revisions&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://gist.github.com/savolai/dc6766f15322b8109a4204c63a03ecf2/revisions&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
             window.onload = function(e) {&lt;br&gt;
                $(document).ready(function() {&lt;br&gt;
                    $('div.block_simple_nav li.type_category .tree_item').click(function() {&lt;br&gt;
                        console.log(this);&lt;br&gt;
                        if ($(this).parent().hasClass(&quot;collapsed&quot;)) {&lt;br&gt;
                            $(this).parent().removeClass(&quot;collapsed&quot;)&lt;br&gt;
                        } else {&lt;br&gt;
                            $(this).parent().addClass(&quot;collapsed&quot;)&lt;br&gt;
                        }&lt;br&gt;
                    })&lt;br&gt;
                })&lt;br&gt;
            } &lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_simple_nav#comment-58577</guid>
    </item>
    <item>
      <title>Wednesday, 4 January 2017, 11:55 PM - David Bogner</title>
      <link>https://moodle.org/plugins/block_simple_nav#comment-40073</link>
      <pubDate>Wed, 04 Jan 2017 15:55:05 GMT</pubDate>
      <description>by David Bogner. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;@mohammed jasim: the block needs some updating for recent moodle versions. this might be done soon, but there is no release date fixed and contract has still to be made...&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_simple_nav#comment-40073</guid>
    </item>
    <item>
      <title>Wednesday, 28 December 2016, 2:16 PM - mohammed jasim</title>
      <link>https://moodle.org/plugins/block_simple_nav#comment-40003</link>
      <pubDate>Wed, 28 Dec 2016 06:16:32 GMT</pubDate>
      <description>by mohammed jasim. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;i installed this plugin but i can't see block options and not only when install this plugin automatically desabled administrator....please help me....?&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_simple_nav#comment-40003</guid>
    </item>
    <item>
      <title>Friday, 20 November 2015, 1:17 AM - David Bogner</title>
      <link>https://moodle.org/plugins/block_simple_nav#comment-32289</link>
      <pubDate>Thu, 19 Nov 2015 17:17:25 GMT</pubDate>
      <description>by David Bogner. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hi Mari Cruz,&lt;br&gt;
&lt;br&gt;
do you want to remove the capaility, that users can add the block to their &quot;dashboard&quot; page (former called my moodle)? On the frontpage: You want to add the block, but it should not be seen by certain users?&lt;br&gt;
In order to achieve that, I think that you have to configure global roles accordingly (like manager or &quot;authenticated user&quot;).&lt;br&gt;
&lt;br&gt;
Kind regards,&lt;br&gt;
David&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_simple_nav#comment-32289</guid>
    </item>
    <item>
      <title>Monday, 16 November 2015, 6:18 PM - Mari Cruz García</title>
      <link>https://moodle.org/plugins/block_simple_nav#comment-32152</link>
      <pubDate>Mon, 16 Nov 2015 10:18:12 GMT</pubDate>
      <description>by Mari Cruz García. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hello again, David&lt;br&gt;
&lt;br&gt;
Thank you for maintaining the module for the next versions of Moodle. I am installing it in Moodle 2.9 as we use it so that our admin and academic staff can navigate through the different courses and categories.&lt;br&gt;
We don´t want that students or any authenticated users, except those in the global category of managers, can see the navigation block in the Default My Moodle or Frontpage.&lt;br&gt;
&lt;br&gt;
 In Moodle 2.6, I was able to remove that permission. However, I cannot see the option in Moodle 2.9,. How do I set up the block permissions so that only users who have certain global roles can see the block?&lt;br&gt;
&lt;br&gt;
Thank you very much.&lt;br&gt;
Mari Cruz&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_simple_nav#comment-32152</guid>
    </item>
    <item>
      <title>Thursday, 31 July 2014, 12:06 AM - Mari Cruz García</title>
      <link>https://moodle.org/plugins/block_simple_nav#comment-23708</link>
      <pubDate>Wed, 30 Jul 2014 16:06:11 GMT</pubDate>
      <description>by Mari Cruz García. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hello David,&lt;br&gt;
In your plug-in for the Moodle 2.2 version, I was able to crack the code so that it didn't create hyperlinks to categories, only for the courses.&lt;br&gt;
&lt;br&gt;
I have been trying to do the same for the version for Moodle 2.5 and 2.6 but I don't know how to alter this bit in renderer.php:&lt;br&gt;
&lt;br&gt;
// is it a category&lt;br&gt;
		if ($mytype == 'category') {&lt;br&gt;
			$myurl =$CFG-&amp;gt;wwwroot.'/course/index.php?categoryid='.$myid;&lt;br&gt;
			//$myname = &quot;&quot;;&lt;br&gt;
			$myclass_ul_open = '';&lt;br&gt;
			$myclass_li = 'type_category depth_'.$mydepth.''.$mycollapsed.' contains_branch'.$mystartclass;&lt;br&gt;
			$myclass_p = 'tree_item branch'.$myclass;&lt;br&gt;
			$myopentag = '&lt;ul&gt;&lt;li&gt;';&lt;br&gt;
			$myclass_a = '';&lt;br&gt;
			if ($myvisibility == 0) {&lt;br&gt;
				$myclass_a = 'class=&quot;dimmed_text&quot;';&lt;br&gt;
			}&lt;br&gt;
			else {&lt;br&gt;
				$myclass_a = '';&lt;br&gt;
			}&lt;br&gt;&lt;br&gt;
The only thing I want is to display the categories names, but not hyperlinks as we only use the block to navigate to the courses.&lt;br&gt;&lt;br&gt;
I would really appreciate it any advise.&lt;br&gt;&lt;br&gt;
Thanks for sharing this block with the community&lt;/li&gt;


&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_simple_nav#comment-23708</guid>
    </item>
    <item>
      <title>Thursday, 29 May 2014, 11:22 PM - Can Ülker</title>
      <link>https://moodle.org/plugins/block_simple_nav#comment-22731</link>
      <pubDate>Thu, 29 May 2014 15:22:49 GMT</pubDate>
      <description>by Can Ülker. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Dear David, &lt;br&gt;
&lt;br&gt;
Thanks for this lovely plugin. However I couldn't figure out one thing. I've added the simple navigation button and it shows every course under a category to everyone. I couldn't figure out how to list courses to students which are enrolled to that particular course. I want to see all courses as an admin but also want users to ONLY see the courses they are enrolled to.&lt;br&gt;
&lt;br&gt;
Any help will be much appreciated.&lt;br&gt;
&lt;br&gt;
Cheers,&lt;br&gt;
Can&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_simple_nav#comment-22731</guid>
    </item>
    <item>
      <title>Wednesday, 23 April 2014, 5:01 PM - David Bogner</title>
      <link>https://moodle.org/plugins/block_simple_nav#comment-22070</link>
      <pubDate>Wed, 23 Apr 2014 09:01:32 GMT</pubDate>
      <description>by David Bogner. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;@Peter Jonker: I installed and tested the block on 2.6 and can not reproduce any YUI errors. Could you give more details. Maybe the problem is caused by another plugin?&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_simple_nav#comment-22070</guid>
    </item>
    <item>
      <title>Tuesday, 22 April 2014, 6:44 PM - Peter Jonker</title>
      <link>https://moodle.org/plugins/block_simple_nav#comment-22029</link>
      <pubDate>Tue, 22 Apr 2014 10:44:06 GMT</pubDate>
      <description>by Peter Jonker. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Tried installing in 2.6 however errors on YUI. Will there be an updated version?&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_simple_nav#comment-22029</guid>
    </item>
    <item>
      <title>Tuesday, 8 April 2014, 1:23 AM - David Bogner</title>
      <link>https://moodle.org/plugins/block_simple_nav#comment-21787</link>
      <pubDate>Mon, 07 Apr 2014 17:23:50 GMT</pubDate>
      <description>by David Bogner. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;@Slumin Ang: I just uploaded a new version of the block. But the problem you describe, is more a moodle core bug, that should be resolved in the latest version of Moodle 2.5 and 2.6. What Moodle version are you using?&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_simple_nav#comment-21787</guid>
    </item>
    <item>
      <title>Monday, 7 April 2014, 4:55 PM - Siumin Ang</title>
      <link>https://moodle.org/plugins/block_simple_nav#comment-21780</link>
      <pubDate>Mon, 07 Apr 2014 08:55:16 GMT</pubDate>
      <description>by Siumin Ang. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hi, I was unable to set the settings of this block under the 'Where this block appears' sections. When I selected 'Any page', it doesnt appear on all pages, and instead all of my information within the block disappears! Please help.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_simple_nav#comment-21780</guid>
    </item>
    <item>
      <title>Tuesday, 7 January 2014, 4:31 AM - Jason Brisson</title>
      <link>https://moodle.org/plugins/block_simple_nav#comment-19993</link>
      <pubDate>Mon, 06 Jan 2014 20:31:52 GMT</pubDate>
      <description>by Jason Brisson. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Me again!!! sourire&lt;br&gt;
Are you planning on updating your nice block to moodle 2.6 any time soon?&lt;br&gt;
&lt;br&gt;
Thx a lot!!&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_simple_nav#comment-19993</guid>
    </item>
    <item>
      <title>Sunday, 11 August 2013, 2:45 AM - David Bogner</title>
      <link>https://moodle.org/plugins/block_simple_nav#comment-16384</link>
      <pubDate>Sat, 10 Aug 2013 18:45:04 GMT</pubDate>
      <description>by David Bogner. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hi Jay,&lt;br&gt;
&lt;br&gt;
I think, you can already achieve this in the settings (activate editing mode, then click on the settings icon of the block). Do not activate the &quot;home&quot; category, then it won't be displayed. &lt;br&gt;
&lt;br&gt;
Best regards,&lt;br&gt;
David&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_simple_nav#comment-16384</guid>
    </item>
    <item>
      <title>Friday, 9 August 2013, 10:42 PM - Jason Brisson</title>
      <link>https://moodle.org/plugins/block_simple_nav#comment-16376</link>
      <pubDate>Fri, 09 Aug 2013 14:42:54 GMT</pubDate>
      <description>by Jason Brisson. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;@David&lt;br&gt;
&lt;br&gt;
First thing first, thank you very much for your work on this great block!&lt;br&gt;
It does almost everything i need except for some minors exception that i would like to implement by myself.&lt;br&gt;
&lt;br&gt;
For exemple, id like the first category showed (not the home as i don't display it) to be open by default when the block is first displayed on the page. &lt;br&gt;
This category must stay «collapsible» like all the others.&lt;br&gt;
&lt;br&gt;
Could you please point me out what would be,in your opinion, the simplest way to acheve something like this?&lt;br&gt;
&lt;br&gt;
Again, thanks a lot!&lt;br&gt;
Best regards,&lt;br&gt;
Jay&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_simple_nav#comment-16376</guid>
    </item>
  </channel>
</rss>