ForumNG
Maintained by
sam marshall, Jason Platts, Alan Carter, Alan Thompson
Alternative forum with AJAX and management features
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
We have both Forum and ForumNG, and I am wondering what the main differences are? We are running Moodle 2.6.4
Also is it possible to transfer or restore Forum discussions into ForumNG to allow them to be downloaded in their entirity? disciusiions which are
I should have obviously checked this before upgrading, but it's done now.
Errors can be reported in the github project; I've raised this issue for you: https://github.com/moodleou/moodle-mod_forumng/issues/25
I get an error when I try show usage (using 2.6.2) and the latest copy of Forum NG (2014021200):
[Sat May 03 21:31:43 2014] [error] [client 1.1.1.1] Default exception handler: Error reading from database Debug: Unknown column 'count' in 'order clause'\n\n SELECT count(ff.id), fp.id\n from mdl2_forumng_flags ff\n inner join mdl2_forumng_posts fp on fp.id = ff.postid\n inner join mdl2_forumng_discussions fd on fd.id = fp.discussionid\n where fd.forumngid = ?\n and fd.deleted = 0\n and fp.deleted = 0\n and fp.oldversion = 0\n \n group by fp.id\n order by count desc, fp.id desc LIMIT 0, 5\n[array (\n 0 => '6',\n)]\nError code: dmlreadexception\n* line 443 of /lib/dml/moodle_database.php: dml_read_exception thrown\n* line 933 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()\n* line 310 of /mod/forumng/feature/usage/usage.php: call to mysqli_native_moodle_database->get_recordset_sql()\n, referer: http://mymoodle.com/mod/forumng/view.php?id=124
I did get an installation error when I installed the latest copy of ForumNG but it went through after I purged caches. Could it be that this is a hangover from an incorrect installation?
If you test this out, you can as Sam suggests write stuff.
-Derek
I suggest testing if you have a complex situation, but off the top of my head the answer is, if you are subscribed to an entire forum, then you receive notifications for all the groups that you can access. So if it's a separate-groups forum and you are a student, then you would only receive emails for your group and not for the other groups you can't see.
If you have access to more than one group, it's also possible (at user's option) to subscribe to only specific groups (this is normally useful for teachers who have access to multiple groups but are only actually supposed to be moderating a single one, or for visible-groups forums).
In the standard forum, the word count is displayed at the end of each post. The forum setting has the option of displaying it or not.
I don't think the setting can be overridden within themes if we use ForumNG; however, there are two files (mod/forum) that seems to keep the code for the wordcount: lib.php and mod_form.php. I wonder if they could be modified locally. Any ideas?
I installed ForumNG on our Moodle 2.5.2+ Linux test server. My team is really happy with all the features it will bring to our Faculty.
One question I have is: Is there a way to modify the php code to allow word count on forum posts? Our Faculty is using that function to grade students participation. Any help will be appreciated.