Install Instructions:
Download the hyperforum.js file from the dowloads page and save it into your current theme directory.
Moodle 1.9 or lower
Open the header.html file of your current theme and locate this line:
<?php include("$CFG->javascript"); ?>
Insert this line just after the line above:
<script src="<?php echo $CFG->themewww .'/'. current_theme() ?>/hyperforum.js" type="text/javascript"></script>
Moodle 2.0 higher
Open the layout/general.php file of your current theme and locate this line:
<?php echo $OUTPUT->standard_head_html() ?>
Insert this line just after the line above:
<script src="<?php echo $CFG->wwwroot .'/theme/'. current_theme() ?>/hyperforum.js" type="text/javascript"></script>
Installation complete! open up one of your fourms and give it a test!
Browser Compatibility:
| Firefox | |
| IE 5.5 | Untested |
| IE 6 | |
| IE 7 | Untested |
| IE 8 | |
| IE 9 | Untested |
| Opera | |
| Safari | Untested |
| Chrome | |
Moodle version compatibility:
| Moodle 1.5 | Untested |
| Moodle 1.6 | Untested |
| Moodle 1.7 | Untested |
| Moodle 1.8 | |
| Moodle 1.9 | |
| Moodle 2.0 | |
| Moodle 2.1 | Untested |
I'm keen to hear from you if you've tried Hyper Forum on any of the untested browsers or Moodle versions.
Future developments
Ideally I would like to provide this as a module for Moodle, but at this point in time, I don't think that there are any hooks in the Moodle API that would allow me to extend an existing module, so this must remain as a theme hack for now.
I will try to keep this script up-to-date with the latest versions of Moodle and browsers but feel free to contact me if I've neglected something.