Unfortunately, nothing shows up on the forums when activated on a BuddyPress Platform website. (BuddyBoss Platform is an open-source fork of BuddyPress+bbPress).
I’m sorry, turns out the plugin actually works with BuddyBoss Platform:
– The “vote up” and “vote down” links show up on the topics and replies
– The score is displayed
– A “Karma” tab shows up in the users’ “Forums” tab
But:
– I don’t see the list of avatars (votes log) on the topics or replies. Only the string “This topic has received <n> votes up.”
I noticed Users can vote up, and then remove their vote, and then re-vote again multiple times increasing the pts.. .. This Makes things very confusing
How about users only able to vote or give points once ? Is it possible ?
—
Also as someone in this support thread had mentioned earlier …it would also be nice to choose or target specific forums to allow voting.
Hi i am using following codes to print vote up and vote down
<?php echo bbpvotes_get_vote_up_link(); ?>
<?php echo bbpvotes_get_vote_down_link();?>
If once i cliked on vote up , post will voted up, but i want to disable that vote up when i clicked on vote down,Now i have to click agin on vote up or vote down to make it possible
]]>‘bbpvote_sort’ => ‘score_asc’, will not work in the if there is only one reply
]]>Hi,
Please tell me is there any option to show each user score inside their profile?
For example:
User B has total of 50vote for all of his replies.
is there anyway to show this number (50) inside his profile?
Thanks
Hello,
This is a great plugin, but unfortunately I am experiencing bugs. Among other things, what was said here:
https://www.ads-software.com/support/topic/some-ideas-for-your-plugin-some-things-possibly-bugged/
Ajax problem with small avatars in replies.
Will there be a new release?
]]>Hi there,
I really like this plugin and its functionality, but the Icons are showing all at once in my installation (see https://imgur.com/YHz5TzA). I′m using buddyboss theme, and after I first klick the “vote up” or “vote down” buttons, the icons disappear. Can someone help me fix this?
Thanks so much in advance!
I want the button above the discussions, which lets me sort the discussions by votes / by date. That he would disappear.
I’d be happy.
It is possible?
Hi,
I would like to export the vote data to a CSV.
Information like ID, Username, votes on topics including time stamps.
Anyone who know how to export this data of the BBPress Votes plugin?
Ciao!
Ralph
Hi,
I see by default any user can vote up or down in bbpress replies. But I want only registered users and forum participants to be able to vote. How can I do that?
Long shot if anyone is still around. On the Forums some threads have “Score:” underneath and on hover cursor changes to a link but there is no link. What is this score for?
]]>Hi!
I use add_action( ‘bbp_theme_after_reply_author_details’ ); in a user profile.
This works incorrectly.
And shows different values depending on the role of the authorized user.
How to correctly add a voice counter to user profiles?
As an Admin I can vote up posts etc, however as a User I cannot anymore. Has this come up due to an update?
]]>Installed the plugin but nothing is there, tried using default theme with no plugins active – same. No vote links, no scores, tried using a guest account still same – nothing appears as if the plugin is not there at all, but the settings are all set properly. pls help. see at : https://bibleandprayers.com/Forums/Forum/prayer-requests/
]]>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!
]]>I though the plugin would have option to hide a topic withy X amount of down votes but doesn’t look like it does?
Seem like a feature is missing?
Any plans to add this please?
Thank you
]]>If any user votes up or down it creates a post in buddypress stream, even though I disabled cross posting BBpress with Buddypress.
I saw two more people here reported the same, but there was no solution…
Cheers,
Seb
Hi,
I followed the link to the codepen css/html customization example, customized and dropped in the code to my child theme css. The new icons show up, but they are overlaying the text links for Vote Up/Vote Down: https://www.screencast.com/t/xCLNrfMpzp
I saw this in the same topic that was resolved:
“If you need to customize links more deeply, you can apply filters on these hooks (see bbpvotes-template.php)”
….But I am not sure exactly how to apply filters to the hooks so the icons appear inline with the rest of the vote fuctions, and the text for Vote Up/Down is removed. Is there any way you can add an example of the hook filter in the php file that would accomplish the icon replace of the Vote up/down text (not a developer)?
Thanks so much in advance!
]]>Is there a way to change the “Vote up” and “Vote down” text? I need to change it to fit in with the website.
]]>SUGGESTIONS (some could be bugs)
I have some ideas how to improve your plugin. Some of the related stuff might be bug related, I’m not sure since I’m new to your plugin.
1. “SCORE:” text can be hidden by manipulating output but plugin generates it after the vote button is clicked – Would be great to have “remove score text” option or even better, provide users the option to enter their own text for it.
2. I used “voted” class to change color of the post’s score points display if there are some points dedicated. The problem is, this works only after the page is refreshed because plugin does not add “voted” class right away on click. The easiest solution would be to add span around “SCORE:” and that way we could easily use display: none. I managed to add span with jQuery but on vote click it generates again, without span.
3. Similar thing to point 2 is happening on up/down vote hover. Description text is “late” and it is corrected only when the page is refreshed (I’m talking about the “This post is useful” and the other text).
4. It would be great to have the option to choose separate text (or remove it) for topic list (forum index) display of points. Now it is the same text displayed beneath the user avatar and on topics list. Adding span around “point/s” part just like in my number 1 would solve the problem (if the user only wants to hide it and leave the number up). Tried this with jQuery and it works but on page refresh hidden text appears for a brief moment.
5. It would be awesome to have vote button displayed on topic list (forum index) as well!
BUGS (don’t need the features at the moment but I’ve noticed strange behavior)
1. There are some issues if checking “Allow users to vote down”, it is not working. By clicking a lot, you can actually add unlimited number of + points.
2. Display log of users who voted is acting strange when removing vote (mini avatars in log div are randomly removed on click from all posts/replies where that user voted). On refresh everything is ok though but it might look confusing to people seeing that.
This is not a support topic but I wanted to provide my feedback on this great plugin. bbPress seems to have very small number of really useful plugins such as your plugins are.
Keep it up! ??
Thanks!
]]>Hi, thank you for the plugin, first of all. Works great!
I’m trying to customize the appearance and would like to not show certain parts.
In bbpress-votes.php, line 143 we have:
add_action( 'bbp_theme_after_reply_author_details', array($this, 'display_reply_author_karma'));
add_action( 'bbp_theme_after_topic_started_by', array($this, 'display_topic_score'));
How can I remove these actions in my functions.php theme file? I tried basic remove_action and searched for how to remove when referencing the plugin class $this but had no luck.
]]>It the word Karma good explained some where. How is it calculated? We were expect that it is depended on the vote up and down. But there does not seem to bee any connection. We are not able to find out when the “karma count” is changed. We are confused how it is build up.
]]>Hi!
How can I show the votes score in the topic list? I mean to create a new column beside ‘voices’, ‘Replies’ here – https://imgur.com/a/WHisO
Also, can I replace the text ‘VOTE UP’ & ‘VOTE DOWN’ with icons / images of thumbs up and thumbs down?
Thank you for the help
]]>Hello,
Add an option that allows for topic auther to choose the best reply in the topic.
Thank you ??
Hi everyone ??
I want my bbPress threads to be automatically marked as “solved” if the question (first message) gets 50 upvotes (yeah, I know that’s weird) and the upvotes/downvotes to get blocked. Yet, I want the thread to remain “open” even while it is solved, allowing users to keep on writing answers.
Is there some code (something like “if $upvotes>=’50’ { $threadStatus=’Solved’ };”) I could use to achieve that?
Thanks!
]]>My site is https://www.arbitrageguides.com/forum/
When I press “Vote UP” I get error and the following message: https://prnt.sc/cg0au9
After I refresh the page everything is alright and the vote is counted but the problem is that I am getting this error at the moment I press the vote button and it doesn’t count.
What could be the problem and how can I solve it? Thanks!
]]>These types of plugins have been hard to come by in particular to what I’m looking ofr, thanks for this.
Is there a way I can change the words “pts” to “vote ups” etc thanks
It doesn’t notify when someone vote up.
]]>How can I remove the voting from Reply?
I just want the vote on the Main Topic.
Notice: Undefined variable: score in /home/gbbgny16/gbbgclubny.com/wp-content/plugins/bbpress-votes/bbpvotes-functions.php on line 82
Im using the widget bbpress Recent Replies. When I activate Bbpress Votes that line above appears under the bbpress Recent Replies area in the footer.
Ive shut down plugins, etc to trouble shoot and it still appears.
]]>