Comments & @Mentions
Page comments allow logged-in users to leave internal notes and questions on any page. The feature must be enabled via enableComments in the application settings. Requires the Editor role or higher.
Adding a comment
Open a page and click the Comments tab in the sidebar or the comments icon below the page content. Type your comment and click Send. Comments are shown in chronological order with the author name and timestamp.
Deleting a comment
You can delete your own comments at any time. Admins can delete any comment. There is no edit function — delete and re-post if a correction is needed.
@Mentions
If mentions are enabled (enableMentions), you can notify a colleague by typing @ followed by their username in a comment. An autocomplete dropdown appears after typing @ — select a user from the list. The mentioned user receives an email notification if they have notification enabled in their profile settings.
Notifications
Mention notifications are sent to the user's registered email address. Users can enable or disable mention notifications in their profile at /user/profil. Users are not notified of their own mentions.
Enabling comments
Comments are controlled by enableComments and mentions by enableMentions in config/app.php. See Application Settings.