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.

 
ob7dev replied on at Permalink Reply
ob7dev
Override /concrete/blocks/core_conversation
pouyat777 replied on at Permalink Reply
Can you explain exactly how to override which file to go into and remove?

Thank you
ob7dev replied on at Permalink Reply
ob7dev
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.
c5dragon replied on at Permalink Reply
c5dragon
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
c5dragon replied on at Permalink Reply
c5dragon
concrete/tools/conversations/add_message.php
Copy to application/tools/conversations/ and remove the captcha check.