Notifications
Clear all

wpForo 1.x.x [Solved] How do I hide only the [solved] [unsolved] buttons located on threaded layout category on forums list? And Forum icon issue

6 Posts
3 Users
2 Reactions
1,684 Views
m2sahin
Posts: 13
Topic starter
(@m2sahin)
Eminent Member
Joined: 6 years ago

1- How can I remove [solved] [unsolved] buttons located on threaded layout category on forums list? but only these two. Please look at the picture.

2- How can I use my own icons for forums? The Fontawesome is very limited. 

Also, I found a great icon site.  flaticon.com

5 Replies
m2sahin
Posts: 13
Topic starter
(@m2sahin)
Eminent Member
Joined: 6 years ago

Or, is there an easy way to completely remove the "solved" system from all over the forum. Because, The solved does not fit well with my forum. Thanks..

2 Replies
VereK
(@verek)
Joined: 7 years ago

Honorable Member
Posts: 522

You can remove it by unchecking the "Can set topic solved" and "Can set own topic solved" from Dashboard/Forums/Settings/Forum Accesses. Untick for all the access groups and the function will be hidden automatically.

m2sahin
(@m2sahin)
Joined: 6 years ago

Eminent Member
Posts: 13

Unfortunately, it didn't work. 

I did it all, and I cleared the cache

Robert
Posts: 10590
Admin
(@robert)
Support Team
Joined: 9 years ago

Try this CSS code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches, navigate to forum front-end and press Ctrl+F5 to reset browser cache:

#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-solved,
#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-unsolved{display:none;}

For disabling all buttons please use the according option described in documentation:

https://wpforo.com/docs/root/categories-and-forums/forum-layouts/threaded-layout/

m2sahin
Posts: 13
Topic starter
(@m2sahin)
Eminent Member
Joined: 6 years ago

tq, that's great