Community

Hide comment "by" and comment date/time

I'm using a view to display a page of comments (from a specific node, from within a date range of the last 30 days). I have the view displaying the correct comment results. However, I need those comments to not show the "by" username and not show the "on" date and time.

I could really use some assistance as I haven't been able to figure out how to accomplish this. I have searched Drupal.org and google extensively, but haven't found an answer yet.

Some additional details: My theme is Tarski. And the content type display settings has the "Display author and date information" unchecked.

Thank you.

Comments

=-=

how is the view set up?
if you use fields and only pull in to comment body field, the author/date time shouldn't display. else, you can use CSS to hide them.

the content type display settings has the "Display author and date information" unchecked.

the above setting doesn't affect comments.

Changing to fields and

Changing to fields and pulling in from the "Comment: comment" worked for me. Thank you for the help.