Remove "Anyone in the world" from blog posts?

Remove "Anyone in the world" from blog posts?

Napisane bez: Walter Byrd ()
Liczba ôdpowiedzi: 2

Using Moodle v3.6, and boost theme. However, I have tried other themes, and get the same thing.

The words "Anyone in the world" are appearing in blog posts. You can see this on the far right hand side of the image I am posting.

This is the correct setting, but I see not reason for this. It is distracting and serves no useful purpose.

Is there any way to remove this?

W ôdpowiedzi na Walter Byrd

Re: Remove "Anyone in the world" from blog posts?

Napisane bez: Jon Bolton ()
Ôbrŏz Particularly helpful Moodlers Ôbrŏz Testers

When you create a blog post you can set a privacy level, ie. who may see the entry. There are three options:

  • Yourself ie. your blog entry is a draft
  • Anyone on your site
  • Anyone in the world

If you want to hide it, you can add this to your custom CSS:

.blog_entry .audience {display: none;}

Remember though, that if you do hide it and you're using different privacy levels for different posts, it will be very difficult to know who can see what.