Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

2 Posts
2 Users
0 Reactions
855 Views
Posts: 32
Topic starter
(@davidbrown)
Trusted Member
Joined: 6 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: 1861
Moderator
(@alvina)
Member
Joined: 6 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.