Notifications
Clear all

wpForo 1.x.x [Closed] How do I turn off comment??

2 Posts
2 Users
2 Likes
1,785 Views
Posts: 1
Topic starter
(@khanhvd1102)
New Member
Joined: 5 years ago

Hi,

How do I turn off comment?

I'm using Q&A format to allow people to vote on an issue and make comments. But I don't want them adding answers.

Is there a way to do this? 

I've hidden the Answer button and other things with CSS but I can't figure out how to change the form so that it only allows comments. 

Tks!

1 Reply
Sofy
Posts: 4229
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @khanhvd1102,

We don't follow you well. There is some confusion. At first, you said that you'd like to hide the Comment section, then you ask us to provide a code for hiding the Answers section. 

Below is the CSS code that allows you to hide "Your answer" section with the editor. The CSS code should be added in the "Custo CSS code" textarea, locate in the Dashboard > Forums > Settings > Styles admin page:  

#wpforo #wpforo-wrap .wpfl-3 + div + #wpf-form-wrapper {
display: none !important;
}

However, this is not recommended as, in this case, you'll not be able to edit the topic as far as the editor is already hidden.