Conversation Block remove captcha?
Permalink
Hi there,
I have concrete 5.7.5.6 and my conversation block which before didn't ask for any permissions is now asking for first name, last name, email, and a captcha.
How do I remove this? I want my block to just be a quick message from clients who come onto the site?
Thank you.
I have concrete 5.7.5.6 and my conversation block which before didn't ask for any permissions is now asking for first name, last name, email, and a captcha.
How do I remove this? I want my block to just be a quick message from clients who come onto the site?
Thank you.
Override /concrete/blocks/core_conversation
Can you explain exactly how to override which file to go into and remove?
Thank you
Thank you
If you remove the captcha, I guarantee you will get hit hard with spam. The only way to stop this is to disable comments if visitor is not logged in. And in that case I don't believe there is a captcha for logged in users to make comments.
I too would like to know how to remove the captcha. (remove verification on posting the message) And in general how to use this as a message/bulletin board and not as comment block). Users don't have to login as this is for an internal site (intranet). Adding extra fields for example like subject and tags.
By making a copy of concrete/elements/conversation to application/elements/conversation you can edit some of the layout and remove the captcha rendering but not he verification on posting.
Concrete5.7.5.9
By making a copy of concrete/elements/conversation to application/elements/conversation you can edit some of the layout and remove the captcha rendering but not he verification on posting.
Concrete5.7.5.9
concrete/tools/conversations/add_message.php
Copy to application/tools/conversations/ and remove the captcha check.
Copy to application/tools/conversations/ and remove the captcha check.