conversation block
Permalink
I would like to get rid of the line for website in the conversation block that comes standard. what is the easiest way to accomplish this task. I would also like to make it so registered users only can make comments and have a place on the page for registration requests.
my site is pretty simple it is for a small home owner assoc. http://www.strawberryhill2hoa.org
my site is pretty simple it is for a small home owner assoc. http://www.strawberryhill2hoa.org
What version of conrete5 are you using?
My most recent client asked for the first thing you described. My solution is probably a bit hacky: I over-rode the relevant file by creating a copy at
I added a style for the div that contains the website prompt and input, which sets display:none.
application\elements\conversation\message\author.php
I added a style for the div that contains the website prompt and input, which sets display:none.