Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dima_tr

    (@dima_tr)

    This error I get with Twitter and VK where my mail is empty.

    Thread Starter dima_tr

    (@dima_tr)

    I also found in user_meta table that tmpEmail is empty.

    Plugin Author loginradius

    (@loginradius)

    Hi dima_tr, Thanks for letting us know about the issue with Twitter and VK.
    Please follow these steps to resolve this issue:
    1. Go to “wp-content/plugins/loginradius-for-wordpress/” folder in your WordPress installation.
    2. In “LoginRadius.php” file find following code:- “while ($nameexists == true){“
    above this code, add following code after that:
    $userName = str_replace(‘ ‘, ‘-‘, $userName);

    Please let us know if you have any other issue or you can also contact us at support.loginradius.com.

    Thanks,
    LoginRadius Team

    Plugin Author loginradius

    (@loginradius)

    Please let us know if you have any other questions.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Social Login for WordPress] Loginradius does not work in 3.4.1’ is closed to new replies.