Details
-
Type:
Sub-task
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: Other
-
Labels:None
-
Database:Any
-
Affected Branches:MOODLE_20_STABLE
Description
Note: this sub-task may need to be omitted due to pressure of time and need for compatibility with other Moodle users' requirements.
We have developed code for our site to provide a print_overview function in the blog, which displays information in a similar format to the module print_overview functions, if a user has contributed a blog entry since the date and time of the current user's previous login to the site, and if the contributor is not a deleted user. E.g.
Blog
2 entries since last log in
Our proposal was to only display anything about blog entries when the setting is one of 'global' or 'site' visibility. However, Ray Lawrence has pointed out that there a reasonable expectation that information regarding blog entries in a MyMoodle page is consistent with the blog entries that can be viewed.
Hi,
Does this mean that you don't intend to mirror the site wide blog visibility i.e. for courses and groups, or to not display if the global settng allows for viewing one's own blog entries?
If not then the course and group global settngs are redundant as this info will be available for anyone.
If it can't be implemented in full it can't be in core (imo)
Example troublesome scenario:
Site set up for blog visibility at course level.
Courses include a blogging activity
Clients from competing companies are participating in separate courses - contact between participants in different companies is not desirable
All blog entries are visible to any user on site.