"Approve anonymous user only once" when commenting
slavikt - October 11, 2007 - 22:14
Hi all,
There is very usefull feature in the wordpress:
In the "Before a comment appears:" option list there is an option:
"Comment author must have a previously approved comment"
Turning it on allows to approve each user's comment only once, all other comments from this user in the future will be approved automatically. This is great help in big discussions with non-registered users when they don't need to wait for admin to approve them again and again.
Is there any way doing something like this in the Drupal?

=-=
There is no module that handles this at moment that is public that I can see in the repo. A module would have to be written or sponsored.
This may be something the comment_info.module could possible pull off as a feature.
available in 6?
Is this feature available in Drupal 6 now? I've been digging around but haven't found anything.
=-=
not specifically but you may be able to write a rules with the rules.module to accomplish this or investigate actions and trigger.modules