natekinkead
Forum Replies Created
-
Forum: Plugins
In reply to: [bbPress Voting] Can rate answers down only!Great! You’re welcome.
Forum: Plugins
In reply to: [bbPress Voting] Dont show voting inside the threadGreat! Yeah, either way works.
Forum: Plugins
In reply to: [bbPress Voting] Can rate answers down only!@ar7 , I’m not understanding the problem you’re having. I click on your link and I was able to rate one topic up and one topic down without any issue. If you’re still having an issue, can you elaborate, please?
Forum: Plugins
In reply to: [bbPress Voting] Dont show voting inside the thread@billakosgr , if I understand you correctly, you are wanting to show the voting on the Forum index of Topics, but don’t want it to show on the single Topic page on the top Topic as well as the Replies?
This should do it for you…
add_action('init', function() { remove_action('bbp_theme_before_topic_content', 'bbp_voting_buttons'); remove_action('bbp_theme_before_reply_content', 'bbp_voting_buttons'); }, 11);
Forum: Plugins
In reply to: [bbPress Voting] Topic title alignment in relation to voting iconsYou just need to do some CSS work on your theme. Here’s something I whipped up for you…
#bbpress-forums a.bbp-topic-permalink { display: flex; min-height: 80px; align-items: center; }
Forum: Plugins
In reply to: [bbPress Voting] Is there a way not to show voting on forum level?Since I didn’t hear back, I’m marking this resolved. Let me know if you need anything else.
Forum: Plugins
In reply to: [bbPress Voting] Allow voting on closed topicsMarking this as resolved since I haven’t heard back and the request is a bit too specific to implement in this plugin, but maybe could be done in custom code.
Forum: Plugins
In reply to: [bbPress Voting] Is there a way not to show voting on forum level?Yes, there is a setting called “Disable Voting on Topics”. The forum level lists topics, so disabling voting on topics will disable voting at the forum level. Am I understanding you correctly?
Forum: Plugins
In reply to: [bbPress Voting] Allow voting on closed topicsI see your point now, but that is a pretty specific need that I’m having a hard time coming up with a solution that would be generally useful. Do you have a set amount of time that you allow voting on newly created & closed topics? Maybe I could add a setting that allows voting for a certain number of days after the topic is closed?
Forum: Plugins
In reply to: [bbPress Voting] Allow voting on closed topicsI’m having trouble understanding the problem. Wouldn’t you close each topic one at a time?
Forum: Plugins
In reply to: [bbPress Voting] Vote posts?@andrew2601, this plugin has been developed to only work with bbPress topics and replies, but if you or another developer wants, my code could be repurposed fairly easily to work with posts or other custom post types.
Forum: Plugins
In reply to: [bbPress Voting] Allow voting on closed topics@nyodulf, I finally got a chance to look into it. I could have sworn I already made that feature, and as soon as I got in to look, there it was. The setting is called “View-Only Scores on Closed Topics”. Let me know if that accomplished what you’re looking for. Thanks.
Forum: Plugins
In reply to: [bbPress Voting] Allow voting on closed topicsThat’s a pretty good suggestion, and it should be pretty simple to implement. I’ll add it to my list. Hopefully I’ll get it done within a week.
Forum: Plugins
In reply to: [bbPress Voting] Unlimited voting by singel userGlad you figured it out.??
Forum: Plugins
In reply to: [bbPress Voting] bug display topic level buddyboss@recuerdaclub , I’m closing this for now since I haven’t heard back from you. If you still need help and have more details, please let me know. Thanks.