How to add more columns to Conversation Block and retrieve the column

Permalink
Hi everyone,

I need to add role id and user id column to conversation block since role id and user id are retrieved from postgres. these field i need to save in conversationmessage table for further business logic.. i need to remove captcha as login authentication is done using different module of my application.. Basically s there a way to customize conversation block.. can anyone help me how to approach this requirement..

 
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. But it is a lot trickier than a block.

Concrete5.7.5.9
c5dragon replied on at Permalink Reply
c5dragon
For removing the captcha in addition to my previous post:

concrete/tools/conversations/add_message.php
Copy to application/tools/conversations/ and remove the captcha check.