error/blog/blogdisable

From MoodleDocs
Revision as of 11:18, 6 June 2011 by Steve Anatai (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This error is shown when someone attempts to view a blog but either the scope is incorrect or the blogging system is disabled.

If the blog system is required:

  • navigate to /admin/settings.php?section=blog
  • change bloglevel to "All site users can see all blog entries"

To allow guest/public access to view blogs:

  • navigate to /admin/settings.php?section=blog
  • change bloglevel to "The world can read entries set to be world-accessible"
  • blog posts should then be marked as "Anyone in the world"

More information is available here: https://docs.moodle.org/dev/Blog_2.0