AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Closed] How do I turn off comment??

2 Posts
2 Users
2 Reactions
2,764 Views
Posts: 1
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@khanhvd1102)
New Member
Joined: 7 years ago
[#10402]

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: 5774
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 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. 


Share: