Forum Replies Created
-
AuthorPosts
-
Nathan Kinkead
KeymasterNathan Kinkead
KeymasterNathan Kinkead
KeymasterJuly 11, 2021 at 9:40 pm in reply to: Have Issues with bbPress Voting Pro? Get your support here. #25769Nathan Kinkead
Keymaster::Hi Jakob,
1) Thanks for reporting that issue. I just released an update to the core plugin that fixes that bug.
2) Are you sure the button is actually there? Can you highlight it to reveal it? The CSS in my plugin is definitely making it green, so you must have some CSS on your site that is taking precedence. You can customize the look of that button by applying your own CSS like
#bbpress-forums div.bbp-reply-content a.bbp-voting-accept-answer-button {background-color: red;}
Thanks for purchasing the pro plugin. Please let me know if you have any other questions or issues. Thanks.
July 10, 2022 at 3:13 pm in reply to: Have Issues with bbPress Voting Pro? Get your support here. #26547Nathan Kinkead
Keymaster::Hi Domien,
It looks like the BuddyBoss theme removed the hooks that my plugin uses. The only way to get it to work with that theme is to modify the theme (or preferably child theme) file.
wp-content\themes\buddyboss-theme(-child)\bbpress\content-single-topic-lead.php
Find this…
<div class="item-description"> <?php bbp_topic_content(); ?> </div>
… and replace it with this…
<div class="item-description"> <?php do_action( 'bbp_theme_before_topic_content' ); ?> <?php bbp_topic_content(); ?> <?php do_action( 'bbp_theme_after_topic_content' ); ?> </div>
-
This reply was modified 8 months, 2 weeks ago by
Nathan Kinkead.
Nathan Kinkead
KeymasterNathan Kinkead
KeymasterNathan Kinkead
KeymasterNathan Kinkead
Keymaster::Would the time period be for the votes or for the date of the topic or reply?
To filter by the dates of the votes would not be possible because I don’t store the dates of the votes.
But, I already have a widget called “bbPress Voting Trending Topics” to display the topics with the highest votes.
– I could add a option to specify the time period used to query those topics.
– I could also add an option to also query replies, but that would not be good for the UI because there’s no short title for replies like we have for topics.
– I could add an option to show the author instead of the topic title that way I could include replies in the query. However, that made me realize that you might want to total the scores of all of each author’s topics/replies… that could get pretty intensive on the database (and for development)Let me know if these thoughts helped you to realize more specifically what you’re looking for. Can you add some clarity?
Nathan Kinkead
Keymaster::Jason,
Sorry to hear you’re having some trouble with this. Guest checkout wasn’t the best thing to have enabled for this. I have since enabled guest checkout so people can login to manage their license key.
I went ahead and attached your order to your new user account that you registered with. So, now if you login, and click on My Account, you should be able to get to your license key there.
All those issues you mention sound strange, but maybe they’re a result of updating the core plugin, but with the old pro plugin. Get that updated and let me know if you’re still having any issues.
Nathan Kinkead
KeymasterNathan Kinkead
KeymasterNathan Kinkead
KeymasterNathan Kinkead
KeymasterNathan Kinkead
Keymaster -
This reply was modified 8 months, 2 weeks ago by
-
AuthorPosts