Search code examples
drupaldrupal-comments

Drupal allow anonymous comments


I'm trying to allow comments by anon users but the add comment form, "add comments" title etc is not showing. For logged in users it's showing perfectly.

I've allowed comments by anon users in the permissions page (not specific to a content type), comments are allowed for the specific node and "Anonymous posters may leave their contact information" is selected.

What could cause this? Could it be because the tpl file that shows this comment area isnt loaded somehow?

Thanks

EDIT: the problem seems to be that the contents of comment-wrapper.tpl.php isn't being loaded for anon users. This file contains a closing div that should appear below the content for all users but for anon users it's not there.


Solution

  • make sure you have both the "access comments" and "post comments" permissions enabled for anonymous users.