Support » Plugin: WPAdverts - Classifieds Plugin » Login not working with user not connected

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    I am not sure what do you mean? or how to replicate this issue?

    If i go here http://demo.wpadverts.com/adverts/manage/, click “Login” then login as user / user it takes me back to Manage page, it all seems to be working fine?

    Thread Starter saintalm

    (@saintalm)

    Hello Greg

    Thanks for your answwer

    You can check on my site :
    http://zooroom.org/annonces/creer/

    When I click on « se connecter » and use an existing user login like this one : Mathilde password angel123, I’m landing on a blank page with just the text “edit your profile”

    Thread Starter saintalm

    (@saintalm)

    Please check this infor from my Template:

    http://help.wprentals.org/2016/03/07/register-and-login/

    I used the “add advert” page and not “Manage”
    And I don’t want the user is forward on the backend page

    Plugin Author Greg Winiarski

    (@gwin)

    Hi, ohh i see, currently the only way to fix this, would be to open file wpadverts/includes/functions.php find there line

    $text = sprintf($text, wp_login_url());

    and replace it with

    $text = sprintf($text, wp_login_url( get_permalink( ) ));

    The same change will be in next WPAdverts release, it should redirect you back to Post Ad page after successful login.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Login not working with user not connected’ is closed to new replies.