OU blog
Maintained by
sam marshall, Jason Platts, Alan Carter, Alan Thompson
Alternative blog. Can be used as a course activity.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Currently I just include an extra PHP script into the view and viewpost files - just need to double check it handles permissions of who can/can't see a post currently so is littered with debug statements. It makes a word file currently thanks to the code my colleague did initially, though I might change that to make a PDF now he's found a stable PHP library that does it
github.com/moodleou/moodle-mod_oublog/issues/22
Regards, John
Today I have created a tracker item (probably in the wrong place) at MDL-41518. I tried to find OU Blog under the tracker components but it doesn't appear there.
No matter, I have recently worked on an enhanced of the OU Blog that delivers multiple grading points and 'snap-shotting' and I thought you might want to know of it.
Regards, John
Coding error detected, it must be fixed by a programmer: PAGE->yui2_lib() is not available any more, use YUI 2in3 instead, see MDL-34741 for more information.
More information about this error
The more information link takes us to http://docs.moodle.org/25/en/error/debug/codingerror
Is there something we need to change or do you need to fix something?
This is not a bug - the latest version requires Moodle 2.4. If you are still running a lower version you need to use either the historical installs from this site or use the related branch from GitHub (so for example the MOODLE_23_STABLE branch).
I just found an install bug in lib.php line 485 in version 2013043000 - I checked github and this code is still there.
PHP Fatal error: Call to undefined function course_add_cm_to_section() in /var/lib/moodle/gao23/mod/oublog/lib.php on line 485
The function: course_add_cm_to_section() is only found in Moodle 2.4 and up.
Just thought I would share this one, a problem solved! but also a further question.
I had a user getting an problem when creating entries in the OU Blog.
The problem is as follows:
They type a short dummy note with three headings, each with a line of text underneath.
They clicked to Add the blog and it only appears to have stored the first line, not the complete text.
I have tried to replicate this issue but logging in as the user and following the process as indicated, but I am unable to produce the same problem.
However the problem had been traced to Internet Explorer 9, and enabling compatibility mode fixed the issue.
The question: I am not familiar with Moodle Blogs, Where are the Blog entries held in moodle? I am assuming it is a database table. What I need to establish is if the previous entries the user attempted to make are still stored there. My own view is that it is unlikely but it is necessary to confirm this.
Thanks
Jason - who is in charge of this plugin now - is away so I can't give a definite answer, but when I was involved in it, my understanding was that we are not planning to add this feature (threaded comments) but intend to keep the blog comments to a simple list view (as used on many, although not all, public blogs).
Of course users can manually comment on somebody's comment by writing their name at the top of the post (like I did on this one).
I see no possibility to comment on someone's comment. Does this feature exists at some version of this plugin? Are you planning to add this feature in future?
Thanks, Ana