gd-login

This topic contains 2 replies, has 2 voices, and was last updated by  Paolo 8 years, 4 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #65841

    idleme.com
    Expired Member
    Post count: 124

    Hi

    I have built a new login page using the avada theme and want to use this login page for all login sessions instead of the gd-login page, but i can’t figure out how to stop it loading your login page when traders add themselves via the form.

    Any ideas?

    Darren

    #65843

    idleme.com
    Expired Member
    Post count: 124

    Hi

    I found this on here and have added it to my functions in my child theme and seems to be working ok

    add_filter(‘geodir_login_url’,’change_geodir_login_url’,10,3);
    function change_geodir_login_url($login_url,$args,$gd_page_id){
    //change the url to whatever you want.
    $login_url = ‘https://idleme.com/idleme-login/’;
    return $login_url;}

    Darren

    #65949

    Paolo
    Site Admin
    Post count: 31206

    kool, glad you find it. 🙂

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

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

Open Support Ticket