[Moodle 3.9] Blog Setting and customization

[Moodle 3.9] Blog Setting and customization

by J K -
Number of replies: 0

Hello Dears,

I enabled the blog activity on our Moodle 3.9 platform, the purpose is to share useful posts to students.

Only one user(Blogger) who can post on the blog, we don't need to show the user name "Blogger" and the posting date, so I used the below CSS code to hide date and user name.

.blog_entry .modified {display: none;}

.blog_entry .author {display: none;}

the issue is I still have the user icon displayed!

 is there a way to remove the user icon from a blog post and the "Blog Entry by Blogger"?




when a post is edited, a modification date is displayed in the end of the post, 

.blog_entry .modified {display: none;} // didn't work

is there a way to hide the edition date.



I added  "Recent blog entries" Block to the blog pages, the maximum number of recent entries is 20 and the max day that a entry is considered recent is 7 days.

Can we change the max values for both number of entries and day time?



an other issues:

  • when opening the blog:  moodlesite.com/blog all posts are displayed in one page, can we customize this page as a blog frontpage  or at least to show the latest entries?
  • is there a way to categorize the posts in groups which will be displayed in the Blog menu Block:


  • is there a way to add related posts at the end of each post?

Thanks a lot

Kind Regards,

Jaouad

Average of ratings: -