filterMenu v2

Filters ::: filter_filtermenu
Maintained by OamPascal Maury
This filter build a dynamic menu containing user courses (or all courses) list. Ce filtre construit un menu dynamique affichant les cours de l'utilisateur ou tous les cours (au choix)

filterMenu v2 2.0 (Build: 2012111600)

Moodle 2.3, 2.4, 2.5
Released: Saturday, 17 November 2012, 1:05 AM
This filter build a nice dynamic menu containing user courses (or all courses) list.

Warning :
We only updated the original source code of "filter menu" for Moodle 1.x.
We are not the officials maintainers, because :
- we did not write the original source code, we only updated it for Moodle 2.3
- we think that it is not the best solution to display the courses list (we use it as a temporary solution)

However, we will read the comments and will answer to the questions in the forum but with no warranty.
Feel free to reuse/improve the code. We are open to discuss about a more generique and ergonomique display tool.

Requires :
- Moodle 2.3 (we did not test it with the others versions)
- maximum 1 subcategory by category

We did not test all organization category cases. So test it before use it !


installation
------------

From `moodledir/filter`:

git clone git://github.com/comete-upo/moodle-filter-filtermenu.git filtermenu
copy the filtermenu directory in /yourmoodle/filter/

* Connect to moodle as an administrator in order to install the filter.
* Go to `http://yourmoodle/admin/filters.php` and set _filtermenu_ **off but available**.
* Go to `http://yourmoodle/admin/settings.php?section=commonfiltersettings` and set the _cachetext_ to **No**.
* Go to `Site administration > Front page > Front page` and set _filtermenu_ **On**.
* Edit the front page and add `[-MENU-]`.

(You can tweak the menu using the filter settings: `http://yourmoodle/admin/settings.php?section=filtersettingfilterfiltermenu`.)
=> Not yet implemented.

If you're using git to update moodle, don't forget to add `/filter/filtermenu` to `.git/info/exclude`.


credits
-------
* DefaultIcon ver 2.0 by Apostolos Paschalidis interactivemania
* Browser Detect Lite modified by Chris Nott
* dynMenu by Bieler Batiste
* update for Moodle 2.3 by Jean-François Lemoine, Université Paris Ouest Nanterre La Défense

Version information

Version build number
2012111600
Version release name
2.0 (Build: 2012111600)
Maturity
Stable version
MD5 Sum
7a94e1728fb928d6eb68137819297aad
Supported software
PHP 5.3, Moodle 2.3, Moodle 2.4, Moodle 2.5
  • Latest release for Moodle 2.3
  • Latest release for Moodle 2.4
  • Latest release for Moodle 2.5

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Filters

  1. Make sure you have all the required versions.
  2. Download and unpack the filter plugin.
  3. Place the folder (eg "myfilter") in the "filter" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation