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.

 

[Solved] I'm really happy

3 Posts
2 Users
1 Reactions
1,988 Views
Posts: 2
Topic starter
(@bigus189)
New Member
Joined: 6 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: 990
Moderator
(@martin)
Support Team
Joined: 9 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: 6 years ago

New Member
Posts: 2

Thank you very much, it works perfect.