By student2 on
Hi
from where can i disable email verification in comment posts?
i can't find any link for this function
regards
Hi
from where can i disable email verification in comment posts?
i can't find any link for this function
regards
Comments
Can you be more precise.
Can you be more precise.
-------------- thanks
--------------
thanks vickyyy,
i mean there is no comment settings in my admin section!!
No comment setting in administer >> content >> comments.
nor in administer >> content >> content types
regards
For that you need to enable
For that you need to enable .
Go to admin/build/modules
Check in core-optional for comments and enable it.
Hope this is what you are asking.
-------------- Unfortunately,
--------------
Unfortunately, comment module is enabled.
I am sorry. I may not able
I am sorry. I may not able to understand your problem clearly.
The problem i think you are facing is,
It seems Comment module is enabled and still you cant see this
"admin/content/comment".
or
Every time a comment is created you are getting an email.. You want to unassign that?
Answer for this is go to trigger settings and unassign.
If your question is different, Let me know.
This is my problem:
--------------
Thanks for your help vikramy
This is my problem:
Comment is enabled in my site and I want to disable email_verification
of the comment form but I could not find any settings for that in
admin/content/comment or in admin/content/types
-------------- No replies
No replies yet -still waiting for a response.
As far as I know, comment
As far as I know, comment will not have any email_verification.(may be I am wrong)
I think you are talking that whenever any user creates a new comment, Admin gets a email?? Is this the email_verification you are talking about??
Comment Settings Button not visible
HI,
I'm having a similar problem.
* Using Drupal 6.12
* Comments module is enabled
* I'm logged in as root (uid=1)
* I'm looking at the admin/content/comment page
* I can see buttons for "Published Comments" and "Approval Queue"
* But no button for "Settings"
Basically, what I want to do is make it required for (Anonamous) Commenters to supply a Name with their comment
Thanks for your help.
OK.... figured it out.
You need to Create a new content Type. For example 'Feedback' and set the Require User contact information.
Thx
Two possibilities...
I think student2 may be looking to either...
#1) Allow people post comments without admin approval
or...
#2) Do not require people supply contact info (name, email, etc.) when leaving a comment
Possible solutions:
#1) Allow people post comments without admin approval
> Admin
>> User Management
>>> Permissions
>>>> comment module
>>>>> post comments without approval (tick box for "anonymous user" and "authenticated user")
#2) Do not require people supply their contact info (name, email, etc.) when leaving a comment
> Administer
>> Content Management
>>> Content Types
>>>> Comments section
>>>>> Anonymous commenting options "May not/May/Must leave contact information". Select the first or second radio buttons.
(thanks to tamhas http://drupal.org/node/378870)
It's possible that student2 wants to remove the email field in the Contact Information. I'll have to investigate that further on that one as, I believe, it requires a code hack.
Anyway, #2 was my issue when I came across this post.