-
Sub-task
-
Resolution: Fixed
-
Major
-
1.9.5
-
None
-
MOODLE_19_STABLE
-
MOODLE_19_STABLE
-
Easy
AJAX rating does not work in single forum. In file forum/view.php is not include the libraries for AJAX.
I fix it adding the next lines in view.php:
require_js(array('yui_yahoo', 'yui_event', 'yui_dom', 'yui_connection', 'yui_json'));
require_js($CFG->wwwroot . '/mod/forum/rate_ajax.js');
Thanks
- has been marked as being related by
-
MDL-29333 JSON Parse Error in Forum
-
- Closed
-