Log-in page

This topic contains 11 replies, has 4 voices, and was last updated by  purpleedge 9 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #9034
    #9044

    Guust
    Moderator
    Post count: 29970

    The login process is under consideration; Vikas is looking into this.

    #9045

    purpleedge
    Expired Member
    Post count: 539

    I’ll put in a plug here for Theme My Login, it works really well with the Enfold theme.

    You can redirect to a different login etc page by …

    1. Copying geodir-signup.php to /your child theme folder/geodirectory/

    2. redirecting to your login page, as shown below…

    if(get_current_user_id()){wp_redirect( home_url(), 302 ); exit;}

    wp_redirect(home_url().’/login/’); // GWB
    exit(); // GWB

    // call header
    get_header();

    It’s a bit ugly, a blank page is shown during the redirect.

    Would be good if the re-direct to geodir-login was coded using a login page etc variable that could be set in the backend, instead of hardcoded as it is now.

    #9207

    zeb@lazerbright.com
    Free User
    Post count: 51

    Is this issue resolved yet because I am having redirect problems too. I need the user to be redirected to their profile page (managed listing) after completing the sign-up form. Also, how do I enable for the user to change their password from the crazy auto generated one? I was asked that question. Thanks for all the help! 🙂

    #9213

    Guust
    Moderator
    Post count: 29970

    If you add the GD login to every page, then your users will have links to all their listings, favorites etc.
    If you want to allow people to change their password, do this:
    WP admin > GD > General > Allow user to see wp-admin area > YES.

    #9259

    zeb@lazerbright.com
    Free User
    Post count: 51

    It’s only for B2B, not B2C

    #9276

    zeb@lazerbright.com
    Free User
    Post count: 51

    But I’m really concerned about the whole login process. I’m not fluent with php, but I can manage to get around most of the time. I cant figure out how to change what happens after they confirm the sign-up process. Right now it goes to the home page, but I’d like it to go to their profile / listing. Plus I need them to be able to create their own password and I do not know how, can someone help, please?

    #9286

    Guust
    Moderator
    Post count: 29970

    Like I said above: The login process is under consideration for possible future redesign. If you can’t wait, you can post a job at the Jobs forum.

    #9297

    purpleedge
    Expired Member
    Post count: 539

    Theme-My-Login does what you want!

    #9298

    zeb@lazerbright.com
    Free User
    Post count: 51

    thanks for the help, but I don’t think upgrading an entire theme would be efficient. I’ll have to check it out though, I like seeing other peoples work. I’m having complaints from the few registrants that I have on their about the username / password issue. So I can’t really start paying for any marketing till these things get fixed.. How much would you want to get this thing working correctly??

    #9321

    semperteneo
    Free User
    Post count: 39

    @purpleedge – Theme-My-Login seems to be a fantastic solution, but I am hoping you can provide some clarification regarding where to dump that code for the login redirect.

    #9325

    purpleedge
    Expired Member
    Post count: 539

    @semperteneo, as described above.

    geodir-signup.php in your child theme/geodirectory folder

    Add the two lines I have marked with //GWB between the other two lines I have shown above. i.e. straight after the first line of code in that file.

    That will redirect users who aren’t logged in when they press on the GD add_listing, etc etc, links and redirect them from the GD login/register page to the TML login page.

    Otherwise, just add your own TML login links wherever you want them so a user can login/register/logout/update profile.

    The TML widget works nicely in a sidebar in place of the GD_login widget.

Viewing 12 posts - 1 through 12 (of 12 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket