Notifications
Clear all

wpForo 1.x.x [Closed] How to control Solved/Sticky/Private/Close/Report options

2 Posts
2 Users
0 Reactions
767 Views
Posts: 32
Topic starter
(@davidbrown)
Trusted Member
Joined: 5 years ago

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: 1862
Moderator
(@alvina)
Member
Joined: 5 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.