Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Frank Ralf/NanoGong.

User:Frank Ralf/NanoGong: Difference between revisions

From MoodleDocs
Line 54: Line 54:
; Forums
; Forums
* [http://moodle.org/mod/forum/discuss.php?d=170422 Release of NanoGong 4.1, an important update for Moodle users]
* [http://moodle.org/mod/forum/discuss.php?d=170422 Release of NanoGong 4.1, an important update for Moodle users]
; Moodle plugin database
* [http://moodle.org/mod/data/view.php?d=13&mode=list&perpage=50&search=&sort=44&order=ASC&advanced=0&filter=1&advanced=1&f_44=&f_45=nanogong all NanoGong plugins]


; NanoGong documentation
; NanoGong documentation
Line 59: Line 62:
* http://gong.ust.hk/nanogong/info_php.html
* http://gong.ust.hk/nanogong/info_php.html
* [http://gong.ust.hk/moodle/course/view.php?id=2 Gong and NanoGong Demonstration]
* [http://gong.ust.hk/moodle/course/view.php?id=2 Gong and NanoGong Demonstration]




[[Category:Moodle 2.0]]
[[Category:Moodle 2.0]]
[[Category:Developer|NanoGong]]
[[Category:Developer|NanoGong]]

Revision as of 12:27, 29 March 2011

Java settings

(Not sure if this is relevant, but better to keep in mind ...)

Filter

General information on filters in Moodle 2.0 can be found at Filters 2.0 and for developers at Development:Filters 2.0.

Language folder

Add language folder: \lang\en\filter_nanogong.php with the following content:

$string['filtername'] = 'NanoGong';

Filter function

The filter function is wrapped inside a class:

class filter_nanogong extends moodle_text_filter {

   function filter($text, array $options = array()){
   ...
   }

}

Note: The callback function has to be outside this class definition!

Preventing caching

$CFG->currenttextiscacheable = false;

is deprecated, outcommented

File API

TODO

See also

Necessary updating for Moodle 1.9
Migrating to Moodle 2.0
Forums
Moodle plugin database
NanoGong documentation