• monkidoo

    (@monkidoo)


    Hi,

    I would like to use your plugin and help with development as well.
    The first step would be to add a dutch translation.
    I would also like to add the option to restrict reviews to be created and/or received by members with specified membership role.

    What would be the best way to contribute, maybe github or bitbucket?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wordplus

    (@wordplus)

    Hello!

    Thanks for your interest!
    I will create bitbucket repository, when will have some free time and ping you then!

    Really appreciate! ??
    Thanks!

    Thread Starter monkidoo

    (@monkidoo)

    Great!

    Did you find any time to make the repository yet?

    Thanks

    Plugin Author wordplus

    (@wordplus)

    Hi there again!

    Try to access it: https://bitbucket.org/andreuka/bp-member-reviews

    Thanks! ??

    Can you please pull latest version to https://bitbucket.org/andreuka/bp-member-reviews so I can add some small changes.

    Or there is my proposal:

    add_action('plugins_loaded', function(){
      if( class_exists('BuddyPress') ) {
        global $BP_User_Reviews;
        $BP_User_Reviews = new BP_User_Reviews();
      }
    });

    This allows later do something like

    global $BP_User_Reviews;
    remove_action('bp_profile_header_meta', array($BP_User_Reviews, 'embed_rating'));

    And

    global $BP_User_Reviews;
    $BP_User_Reviews->embed_rating();
    Plugin Author wordplus

    (@wordplus)

    I like it!
    Thanks for a fresh look! ?? Will add it now!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plugin contribution’ is closed to new replies.