tags:

views:

189

answers:

2

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.

+1  A: 

My first guess would be that the old version of the page is cached. (I assume you haven't done any crazy customizations, and your site structure is straightforward.)

Try the following things: 1) Rebuild the theme registry 2) Clear the cache

These should be straightforward if you have the Devel module. Comment if not and I'll edit the post with instructions.

anschauung
stef
+3  A: 

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

ax

related questions