Posts made by Joseph Rézeau

Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Version for Moodle 2.0 now available from the Modules and Plugins database Block: Export Glossary to Quiz..smile

English, French and German lang strings available.

Unfortunately, due to a bug in Moodle 2.0 the online help files & documentation page are unavailable for the M 2.0 version. Please vote for a quick resolution of bugs MDL-26072 and MDL-26064 which concern all blocks in Moodle 2.0

As usual, please report any bugs or remarks in this discussion (rather than in the Modules and Plugins database). This concerns all those currently testing Moodle 2.0.

Joseph

Average of ratings: Useful (1)
Picture of Développeurs Picture of Développeurs de plugins Picture of Moodleurs particulièrement utiles Picture of Testeurs Picture of Traducteurs

Bonjour Peggy,

Une recherche "HTMLArea undefined" sur les forums anglais de Moodle donne 9 pages de résultats.

Malheureusement le diagnostic n'est pas clair. Avez-vous des modules non-standards installés ? une installation Moodle "bidouillée" ? Je passe la main aux collègues spécialistes du code.

Joseph

Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Hi Tim,

Thanks for your detailed explanations, which have been most useful.

2. That's exactly what I thought I should do, but did not know how.  I did not know you could use parent:: that way.

Thanks for the tip to use record_exists.

3. "Conversely, the other methods mentioned are designed to be extension points to let you safely change all the things you might reasonably want to change." Yes, but my point was that I do not know where to find, e.g. get_edit_controls() function.mixed

You did not answer my question : What does {@link} mean in moodle comments?thoughtful

4.- Point taken as regards (b). By the way, is it at all possible to not display the (b) settings, which, in the case of my block are useless?

Finally, I agree that the most reasonable thing for me to do is to leave the Edit icon in place and put my test for the existence of glossaries in my block's edit_form.php. That way I won't "break" anything.

Joseph