commenting
Permalink
Hey,
I did add the commenting block to my website.
Mostly it will be the gasts who can leave a message.
but there are two input fields that I don't want to appear on my commenting block.
First the "website" input field an secondly the CAPTCHA.
My question is how I can disable these input fields on my commenting block.
best regards,
Stefaan De Reu
I did add the commenting block to my website.
Mostly it will be the gasts who can leave a message.
but there are two input fields that I don't want to appear on my commenting block.
First the "website" input field an secondly the CAPTCHA.
My question is how I can disable these input fields on my commenting block.
best regards,
Stefaan De Reu
I think you can remove the Website and captcha fields by overriding 2 files and commenting out code blocks:
concrete\elements\conversation\message\author.php
concrete\tools\conversations\add_message.php
https://documentation.concrete5.org/tutorials/override-almost-any-co...