BuddyDev

Search

Buddypress follow rating feature request

  • Participant
    Level: Guru
    Posts: 885
    Tosin on #41935

    Hello Brajesh,

    Please I would like to ask for your help with a certain plugin I use for rating author posts (https://wordpress.org/plugins/rate-my-post/) combined with the follow plugin.

    I want users to automatically follow a post author when the logged in user gives the post of an author a 4 or 5 star rating.

    Example
    User A reads User B post and likes it
    User A decides to rate User B post with 5 star
    After rating the post, User A should automatically start following User B

    I raised a support request with the plugin author at https://wordpress.org/support/topic/check-for-voting-conditions/

     add_action( 'rmp_after_vote', 'blazzdev_after_vote', 10, 4 );
    
    function blazzdev_after_vote( $post_id, $new_avg_rating, $new_vote_count, $submitted_rating ) {
      // do something
    } 

    Documentation at https://blazzdev.com/documentation/rate-my-post-documentation/

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #41937

    Hi Tosin,
    Thank you for the question.

    I am sorry, both the plugins are 3rd party and I lack the time to look into them to assist you currently.
    I hope they will assist you.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved