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 to control Solved/Sticky/Private/Close/Report options

2 Posts
2 Users
0 Reactions
1,238 Views
Posts: 32
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
(@davidbrown)
Trusted Member
Joined: 6 years ago
[#11972]

There are so very many configuration options but I can't find the ones that might shut off these options that don't correspond to my use case. What am I missing?

SolvedStickyPrivateCloseReportDelete

 


1 Reply
Alvina
Posts: 1857
Moderator
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
(@alvina)
Member
Joined: 7 years ago

Hi @davidbrown,

Please navigate to Dashboard > Forums > Settings > Styles admin page put the following CSS code in the "Custom CSS code" textare, to hide those options:

.wpforo-action-buttons-wrap .wpforo-solved, .wpforo-action-buttons-wrap .wpforo-sticky, .wpforo-action-buttons-wrap .wpforo-private, .wpforo-action-buttons-wrap
.wpforo-close, .wpforo-action-buttons-wrap .wpforo-report, .wpforo-action-buttons-wrap .wpforo-delete{
display: none !important;
}

Don't forget to delete all cached and press CTRL+F5(twice) on the frontend before checking.


Share: