Notifications
Clear all

[Solved] Way to make most voted post in Q&A bubble up to the top?

6 Posts
2 Users
0 Reactions
873 Views
Posts: 5
Topic starter
(@thinkerthunker)
Active Member
Joined: 5 years ago

Again ... how do you make the most voted post in a Q&A forum bubble up to the top? With all the other posts behind it sequenced by the number of votes.

Thanks.

5 Replies
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @thinkerthunker,

Thank you for using wpForo and for contacting us.

The current wpForo version is ordered the answers by most voted by default. It also allows the users to order by newest and oldest. please see the screenshot: 

https://www.screencast.com/t/m3iUsFiq

Check out wpForo Q&A layout here: 

https://wpforo.com/community/qa-layout-how-to-and-troubleshooting/

 

Posts: 5
Topic starter
(@thinkerthunker)
Active Member
Joined: 5 years ago

Think Reddit. Where it's not a Q&A situation, but a forum where users cans post videos, photos or whatever. Then other users can vote that post up or down. And reply, but not be able to comment as well. 

Side question;  is there a way to turn comments on Q&A forums, but leave replies on? Having both makes no sense.

3 Replies
(@thinkerthunker)
Joined: 5 years ago

Active Member
Posts: 5

Correction: is there a way to turn comments OFF. (Sorry, I've been up since 4 am)

Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4772

Hi@thinkerthunker,

]Sorry for the late response. 

Do you mean to turn off the commenting in Q&A layout? 

If yes, I'd suggest you hide the "Add a comment" button via CSS code:

.wpf-add-comment-button {
display: none !important;
}

Add the CSS code in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea.

Don't forget to delete all caches before checking. 

(@thinkerthunker)
Joined: 5 years ago

Active Member
Posts: 5

That worked. Thanks!