Hey, guys! Thanks for your support by sending me information on BuddyBoss. I was able to test it out and developed support for voting on the topic/replies screen.
Update to bbPress Voting 2.0.1 to get the new BuddyBoss Theme support.
The one place I could not implement it was on the topic list screen. The template file for this screen has no action hooks for me to use.
If you want to modify your theme file to make it work on that screen, you can edit…
\wp-content\themes\buddyboss-theme\bbpress\loop-topic-list.php
… and add this on line 5…
<?php do_action('bbp_theme_before_topic_title'); ?>
It would be nice if the author of BuddyBoss could include this hook so people don’t need to modify theme files.
Anyway, please let me know if you find any issues after updating. Thanks!