Forums
(@mondaystruth)
4 years, 7 months ago
After updating to bbpress 2.6, commenting out that line no longer solves the issue. And with the line no longer disabled, I am experiencing the same issues as before. Replies are not sorting by vote.
Still not sure what is going on here, but I am seemingly able to get it to work correctly if I comment out the following like from bbpress-voting.php:
if(!apply_filters('bbp_voting_allowed_on_forum', true, $bbPress_post_id)) return $args;