Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: feature #100 - Show author of comment #108

Open
wants to merge 5 commits into
base: MOODLE_401_STABLE
Choose a base branch
from

Conversation

schulportalhessen
Copy link
Contributor

Fix: #100
This pull request adds the feature that a siteadmin can activate the feature to show the author of a comment.
The teacher in a course can configure to hide (default) or show the autor.
Above the board the users can see an information if or if not the author will be displayed depending on the configuration of the board.

In line 707 or 720
foreach ($notes as $note)
does not loop the notes but it loops the comments.
So we we changed the loop to
foreach ($notecomments as $notecomment)
This does not not fix #25 if post does not mean comment on notes.

To show author of notes added to the board a similar implementation will be added different be a pull request.

@schulportalhessen schulportalhessen force-pushed the showownerofcomments-new-MOODLE_401_STABLE branch from 0aa4ee1 to d40b3e0 Compare December 11, 2023 14:01
@schulportalhessen schulportalhessen changed the title Show author of comment fix issue #100 WIP: feature #100 - Show author of comment Dec 27, 2023
@schulportalhessen schulportalhessen force-pushed the showownerofcomments-new-MOODLE_401_STABLE branch from d40b3e0 to 3bdb0cd Compare December 27, 2023 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

featuerrequest: Show author of comment feature request: display writer name on post
2 participants