Install Instructions:
Download the hyperforum.js file from the dowloads page and save it into your current theme directory.
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>
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 |
| Opera | |
| Safari | Untested |
Moodle version compatibility:
| Moodle 1.5 | Untested |
| Moodle 1.6 | Untested |
| Moodle 1.7 | Untested |
| Moodle 1.8 | |
| Moodle 1.9 | Untested |
| Moodle 2.0 | Untested |
I'm keen to hear from you if you've tried Hyper Forum on any of the untested browsers or Moodle versions.
Bugs and Comments
If you would like to make a comment or report a bug, please visit the Bugs and Comments area of this website.
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.