Questions tagged [comments]
Use it for questions about the comment entity.
842 questions
2 votes
1 answer
149 views
How can I fix this code for a "unpublish comment" link on each comment?
I built a custom module for the purpose of providing moderators with the ability to unpublish (or 'unapprove') a comment by clicking a link that appears on the comment. The module provides the link ...
-3 votes
1 answer
73 views
Does Drupal core include any comment spam prevention mechanism?
I have a Drupal 9 core website and I have allowed comments in it (approval needed). The problem is that my website is flooded with spam boots posting links in pre-approved comments. This causes burden ...
1 vote
1 answer
71 views
Module template for a comment field is not triggering comment_preprocess_field
I have a custom module in which I am trying to override a comment field's template in Drupal 9.3. In my module file I have defined the hook_theme to override the core template in use. (comment.html....
2 votes
3 answers
237 views
How to hide the "Add new comment" link on the add new comment page
In Drupal 8+, the "Add comment" form can be shown on a separate page by going to Manage fields for the content type that has comments and unchecking the box Show reply form on the same page ...
2 votes
2 answers
371 views
How to hide the comment subject field?
In Drupal 7, there used to be a checkbox: "Allow comment title". Unchecking that, and there was no comment title. I am unable to locate a similar setting in Drupal 9. I've found: How to ...
2 votes
2 answers
144 views
How do I display user signatures in comments?
Drupal 7 has a "personalization" section on ...admin/config/people/accounts If this exists in Drupal 9, I'd love to know where it is. The goal: enable signatures for user accounts. If it's ...
1 vote
2 answers
187 views
View only your own comments, no one else's?
I have a client who would like users to be able to comment on content without being able to see any other users' comments. This is for a review system where users shouldn't feel influenced by the ...
2 votes
1 answer
289 views
How can I enable workflows for comments?
I would like to create workflows for comments and moderate them, but I can't find comments under This workflow applies to: on /admin/config/workflow/workflows/manage/comment_workflow. Does anyone know ...