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..
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..
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