Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Usuari:Frank Ralf/NanoGong/1.9: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(Shifted to dev docs)
Línia 1: Línia 1:
NanoGong for Moodle 1.9 also needs some updating.
{{Moved_to_dev_docs}}
 
== build_navigation() ==
Navigation needs to be updated to use build_navigation()
 
 
print_header() was sent a string as 3rd (-> NanoGongs -> NanoGong) parameter.
This is deprecated in favour of an array built by build_navigation(). Please upgrade your code.
* line 2539 of lib\weblib.php: call to debugging()
* line 61 of mod\nanogong\view.php: call to print_header()
 
* line 3759 of lib\weblib.php: call to debugging()
* line 37 of theme\standard\header.html: call to print_navigation()
* line 2765 of lib\weblib.php: call to include()
* line 61 of mod\nanogong\view.php: call to print_header()
 
See [[Development:lib/weblib.php#function_build_navigation]]
 
=== Moodle 2.0 ===
* [[Development:Navigation 2.0]]
* [[Development:Navigation 2.0 implementation plan]]
 
== $cm ==
The field $cm->modname should be set if you call build_navigation with a $cm parameter.
If you get $cm  using ''get_coursemodule_from_instance'' or '''get_coursemodule_from_id''',
this will be done automatically.
* line 3894 of lib\weblib.php: call to debugging()
* line 59 of mod\nanogong\view.php: call to build_navigation()
 
== "No sound has been submitted for the message." ==
See
* [http://moodle.org/mod/forum/discuss.php?d=92516 Release of NanoGong 2 with Full Moodle Integration]
* [http://moodle.org/mod/forum/discuss.php?d=135714 won't start recording]
 
== See also: ==
* [http://gitorious.org/~doctorlard/moodle/doctorlards-moodle/commit/eac1256499273f638ee89dd14f2f1d0d5d65e433 Patch for adding NanoGong recording applet and HTMLArea button] by [http://moodle.org/user/profile.php?id=155540 Jonathan Harker]
 
[[Category:Moodle 1.9|NanoGong]]
[[Category:Developer|NanoGong]]

Revisió del 08:43, 22 juny 2011

This development related page is now located in the Dev docs.

See the Usuari:Frank Ralf/NanoGong/1.9 page in the Dev docs.