• Resolved anthonious

    (@anthonious)


    Hello,

    is there an option, or is it intended that the plugin will only display rating buttons for responses? We are afraid that a negative question rating will result in users not asking.

    Thx.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author natekinkead

    (@natekinkead)

    I just released version 1.2.1 where I added another filter hook for bbp_voting_only_replies

    So, to allow voting only on replies, add this to your child theme’s functions.php file…

    add_filter( 'bbp_voting_only_replies', '__return_true' );

    Thread Starter anthonious

    (@anthonious)

    Hello @natekinkead,

    it was really fast! Thx so much!

    ganarukanaru

    (@ganarukanaru)

    thanks!!

    Plugin Author natekinkead

    (@natekinkead)

    You’re welcome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Option vote only on reply’ is closed to new replies.