By spongepudding on
Hi
New Drupal user here. I've searched the forum and found lots of posts about anonymous comments not working (from 2008 back to 2004) but no solutions.
I'm using Drupal 6.6 and I've...
Edited the content types to allow anonymous comments (Read/Write, must leave details)
Edit User Management->Permissions and set 'access comments' and 'post comments' for anonymous users
Anonymously posted comments appear to be accepted but don't show in the approval queue.
Can anyone tell me does this feature actually work?
TIA
Paul
Comments
Yes, it is works. For
Yes, it is works. For approval queue, do not enable 'post comments without approval' for anonymous.
Cheers,
Suryanto Rachmat
http://rachmat.net
Thanks for the reply but I
Thanks for the reply but I still can't get it working. I don't have 'post comments without approval' enabled so it's not that.
Any one help please? (Sorry
Any one help please?
(Sorry if bumping is frowned upon)
CRON?
Do you have CRON jobs running? I was having the same comment issues as you. I ran CRON manually and all of a sudden a number of comments showed up in the approval queue. I'm not certain about setting up CRON jobs on my server, so I installed the Poormanscron module (http://drupal.org/project/poormanscron). My comments seem to be working fine now.
Delford Chaffin
Dream Catcher Creative
www.dreamcc.com
Same problem.
Same problem. Anon can fill out the form and the page refreshes after hitting submit but nothing shows up in the approval queue. I am on 6.9 and cron runs daily.
Doesn't work for me either.
Using D6.6. An anon has left 2 comments but they are not visible to anons or authenticated users. I can see as Admin, but no way to approve or publish. Permissions are set so anons can see comments, and post comments, but not post comments without approval. ??
being added to database
I just checked the database and the comments are being added to the comments table. They just arent showing up in the approval queue.
Me too...
Exact same problem here, same version (6.9).
If I update the uid entry in the comments table manually to that of a registered user, the comments appear (both on the node and in the admin comment queue).
So basically this bug relates to comments with uid=0.
---
Check this out. http://drupal.org/node/371834
I just go to database table
I just go to database table "users" in first column change uid=16 to uid=0.
Cause
I am experiencing this lack of comments in approval queue. Perhaps the suggested solution does work, but why is it happening???
What happened to me when I
What happened to me when I moved hosts (transferred database), the anon uid 0 got changed to the highest uid used + 1. Not sure why, but simply changing it back to zero works perfectly.
User id zero
this had happened to me and when I checked the user table in the database it seemed that the record for UID 0 had been deleted, so the solution in my case was to simply add a new record for a user will all the main fields set to zero. Have a look at the database for a clean drupal install to see exactly how this should look.