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

 
ob7dev replied on at Permalink Reply
ob7dev
What version of conrete5 are you using?
Gondwana replied on at Permalink Reply
Gondwana
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
application\elements\conversation\message\author.php

I added a style for the div that contains the website prompt and input, which sets display:none.