Notifications
Clear all

[Solved] I'm really happy

3 Posts
2 Users
1 Likes
1,386 Views
Posts: 2
Topic starter
(@bigus189)
New Member
Joined: 5 years ago

I'm really happy With this update, I was looking for it a long time ago.

A question can you eliminate the answers the main issue?

That the main topic does not have answers is possible?

https://ibb.co/h9VQPM9

 

2 Replies
Posts: 986
Moderator
(@martin)
Support Team
Joined: 8 years ago

You can remove the [Reply] button from first post using this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS code textarea. Save it delete all caches, navigate to forum front-end and press Ctrl+F5 to delete browser cache:

#wpforo #wpforo-wrap .wpfl-4 .wpfp-first .wpf-content-foot .wpf-reply {
     display: none;
}

Then you can Stick the first post on all pages of topic or set a big number of posts per page in Dashboard > Forums > Settings > Topics & Posts admin page. More info in the documentation: https://wpforo.com/docs/root/categories-and-forums/forum-layouts/threaded-layout/#thread-managing-options

1 Reply
(@bigus189)
Joined: 5 years ago

New Member
Posts: 2

Thank you very much, it works perfect.