Limiting BbPress Votes to specific forums
-
Hello,
I’m planning to utilize bbPress Votes within a site I’m implementing, but I want to limit which topics are eligible for voting. I’m open on the approach to implement this, though believe I’d likely want to wrap an element of the plugin with a conditional IF tag based on forum ID, or parent ID if I’m using categories.
I know I can explore making this change within the plugin itself, but was wondering if it was possible to address this by calling a modified version of one of the bbpress_votes filters within my functions.php file… If I need to modify a function, I’d rather include the modified version in functions.php to minimize issues if/when I update the plugin.
Does anyone have any recommendations for accomplishing the above?
Thanks!
- The topic ‘Limiting BbPress Votes to specific forums’ is closed to new replies.