HTML editor gone?
Wednesday, January 9th, 2008On one of our servers the HTML editor seems to be gone from Moodle. Checking how to fix. Hmm, strange, probably there is some user setting which is set that html-editor cannot be used. Because after setting $usehtmleditor = 'Gecko'; //can_use_html_editor(); in course/editsection.php the html-editor could be used. The function can_use_html_editor() is defined in moodlelib.php and checks the global config settings for htmleditor and the user settings. Tried to set ...



















