• Resolved ilovemetal

    (@ilovemetal)


    Hi Author! Is any chance to use this log activity plugin with UserPro plugin. When i log via UserPro form, plugin dont log history(.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Faiyaz Alam

    (@faiyazalam)

    I have not checked the plugin with UserPro.
    I would like to request you to use this beta version and let me know if any issue:
    https://github.com/faiyazalam/user-login-history

    Thread Starter ilovemetal

    (@ilovemetal)

    hi Bro! I try to use beta version.. but same problem, when I login via UserPro form activity dont write history(.

    I realy want use your plugin! It simple and do really what I want. Can U help me to make it work with user pro login form. U can try to achive this trouble with free version of UserPro.

    I make video for visual example of my trouble in 1min video on youtube, pls see this: https://youtu.be/_yPfMk4WKvc

    I’m writing to developers of UserPro, they say:

    Well, UserPro plugin also uses the same WordPress default functionality for the users to login to the website. There must be some kind of a glitch on your website

    but I’m trying to test on clear wordpress theme UserPro + ULH, and it same problem history dont writing after success login via UserPro form.

    sor for bad eng.

    Plugin Author Faiyaz Alam

    (@faiyazalam)

    I have seen the video.
    Could you please try to check this code with different priority from 1 to 9?
    Currently the priority is 10.
    First disable my plugin, place this code in your theme functions.php file and change UserPro setting so that user will be redirected to front-end and then let me know the output for each priority.

    add_action('wp_login', 'this_is_test', 10); 
    function this_is_test(){
        echo 'it workssssss...';
    }
    • This reply was modified 7 years, 1 month ago by Faiyaz Alam.
    • This reply was modified 7 years, 1 month ago by Faiyaz Alam.
    • This reply was modified 7 years, 1 month ago by Faiyaz Alam.
    Thread Starter ilovemetal

    (@ilovemetal)

    Hi Bro. I’m tested this code in function.php with activated UserPro plugin with settings “redirected to front-end”

    and it’s never fire message ‘it workssssss…’
    i try all prioriry (0..10).

    It’s mean UserPro dont’t fire wp_login event, when we are login via front-end UserPro form, right?

    I’m trying with “no redirect to frond end”, and you message fire on all priority.
    Can we do something with this?

    Plugin Author Faiyaz Alam

    (@faiyazalam)

    It’s mean UserPro dont’t fire wp_login event, when we are login via front-end UserPro form, right?
    >>>>It may be. I think that you should ask this to UserPro support team.

    I’m trying with “no redirect to frond end”, and you message fire on all priority.
    Can we do something with this?
    >>>>Could you please explain this?

    Thread Starter ilovemetal

    (@ilovemetal)

    Hi Faiyazalam!

    Developers of UserPro sent me some files to fix Ajax UserPro login form!
    And now your plugin works very well!

    Big thnx bro for your support and handy amazing plugin.

    Plugin Author Faiyaz Alam

    (@faiyazalam)

    you welcome.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Not loging with UserPro / UserUltra plugins’ is closed to new replies.