Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author myCred

    (@designbymerovingi)

    Hey.

    There are no built-in way to do this but most WordPress plugins can be connected to myCRED as long as their own “points balance” is accessible by third-party plugins.

    If you can provide me with a link to the plugin you want to connect I could have a closer look.

    Thread Starter Guillermo

    (@guillermo-kafelnikov)

    Hi

    Always so friendly and dedicated to helping the people…
    The truth is a great person and his work admirable service to his vocation… follow so…

    Thank you very much always for your humble and quick response…

    I wonder if the mycred recognizes the logging plugin “UserPro”
    mycred gives points for logging in userpro?
    or only gives points wordpress user logging …

    can be inserted at any point balance userpro field … according to your point of view?
    well as it does on the box wordpress users …

    thank you very much….

    Plugin Author myCred

    (@designbymerovingi)

    Hey.

    In order for myCRED to be able to award points for a user logging in, myCRED must be able to detect a login. Right now, this is done by hooking into the wp_login action hook which WordPress fires when a user has completed the login process and is about to be redirected.

    When you use a third party login plugin, the plugin usually overrides the default WordPress process or mimics it in one way or another. Some plugins however just overrides and “do their own thing” neglecting to take into account third parties listening in.

    Now, I have not used UserPro so I do not know how this plugin handles the login process. It would very well be that they do honor the login process but myCRED is “too late” and misses out.

    As of version 1.4 myCRED also supports the Social Connect Plugin which does things slightly different but offers a handy action hook for third parties to play with.

    So to answer your question, I do not know if it works with UserPro as I have not yet tested it but chances are it does. I usually check by searching the plugin file for something like this.

    do_action( 'wp_login', $user_login, $user );
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘transfer points…’ is closed to new replies.