Nathan Kinkead

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)
Sort by:
  • Author
    Posts
  • in reply to: Ice Breaker #25047
    Nathan Kinkead
    Keymaster
    Helpful
    Up
    7
    Down
    Not Helpful
    Accepted answer
    ::

    Test reply

    Nathan Kinkead voted upSonshine Kinkead voted down
    in reply to: Disable voting on nested replies #26668
    Nathan Kinkead
    Keymaster
    Helpful
    Up
    3
    Down
    Not Helpful
    ::

    Another test nested reply

    Nathan Kinkead voted up
    in reply to: Ice Breaker #25048
    Nathan Kinkead
    Keymaster
    Helpful
    Up
    3
    Down
    Not Helpful
    ::

    Another reply

    Nathan Kinkead
    Keymaster
    Helpful
    Up
    2
    Down
    Not Helpful
    ::

    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.

    Dany Indrawan Pratama voted upNathan Kinkead voted up
    Nathan Kinkead
    Keymaster
    Helpful
    Up
    2
    Down
    Not Helpful
    Accepted answer
    ::

    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>
    Nathan Kinkead voted up
    in reply to: Disable voting on nested replies #26666
    Nathan Kinkead
    Keymaster
    Helpful
    Up
    2
    Down
    Not Helpful
    ::

    This is another test top-level reply

    Nathan Kinkead voted up
    in reply to: Sort by weighted score #25458
    Nathan Kinkead
    Keymaster
    Helpful
    Up
    1
    Down
    Not Helpful
    Accepted answer
    ::

    Done!

    in reply to: “Trending Topics” widget by the amount of upvotes #25459
    Nathan Kinkead
    Keymaster
    Helpful
    Up
    1
    Down
    Not Helpful
    Accepted answer
    ::

    Done!

    in reply to: Displaying the User with the Most Votes #25846
    Nathan Kinkead
    Keymaster
    Helpful
    Up
    0
    Down
    Not Helpful
    ::

    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?

    in reply to: Upgrade Process #25270
    Nathan Kinkead
    Keymaster
    Helpful
    Up
    0
    Down
    Not Helpful
    ::

    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.

    in reply to: BuddyBoss theme integration #25457
    Nathan Kinkead
    Keymaster
    Helpful
    Up
    0
    Down
    Not Helpful
    Accepted answer
    ::

    Done!

    in reply to: Problem with bbPress Voting #25523
    Nathan Kinkead
    Keymaster
    Helpful
    Up
    0
    Down
    Not Helpful
    ::

    Thanks for letting me know of this apparent conflict. Looking into it now. Does it happen with the free version of Elementor or just the Pro version?

    in reply to: Problem with bbPress Voting #25528
    Nathan Kinkead
    Keymaster
    Helpful
    Up
    0
    Down
    Not Helpful
    ::

    I haven’t been able to replicate the issue. I noticed your bbPress source code looks a bit different. Are you using BuddyBoss or some other fork of bbPress?

    in reply to: Disable voting on nested replies #26664
    Nathan Kinkead
    Keymaster
    Helpful
    Up
    0
    Down
    Not Helpful
    ::

    This is a test top-level reply

    in reply to: Sort by weighted score #26688
    Nathan Kinkead
    Keymaster
    Helpful
    Up
    0
    Down
    Not Helpful
    ::

    Test reply for no votes

Viewing 15 posts - 1 through 15 (of 18 total)