Pop-up after registration

This topic contains 11 replies, has 3 voices, and was last updated by  Alex Rollin 6 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #422135
    #422145

    Kor
    Moderator
    Post count: 16516

    Hi Andrew,

    There isn’t an option that allows you to achieve this by default. You’ll need to use a 3rd party plugin to achieve this.

    Thanks!

    #422228

    Andrew Merritt
    Expired Member
    Post count: 29

    Hi Kor,

    Thanks for your answer. Could you propose one ( or more ) plugins that do what I’m looking for and Works fine with geodirectory ?

    Regards,
    Andrew

    #422375

    Andrew Merritt
    Expired Member
    Post count: 29

    Hello GD support,

    A workaround for the above need is, after a new user is signup it redirect to a Thank you page.

    I have tried the code found in the forum (#390688 and #394952 ) but it redirec me before the signup.
    Any ideas on how I can achieve the redirection ?
    Thanks,
    Andrew

    === === === === The Code added in Function.php === === === ===

    add_filter(‘geodir_login_url’,’_my_geodir_login_url’,10,3);
    function _my_geodir_login_url($login_url,$args,$gd_page_id){
    if(isset($args[‘signup’])){
    //change the url to whatever you want.
    $login_url = ‘http://localhost/myhost/thanks’;
    }
    return $login_url;

    === === === ===

    #422415

    Alex Rollin
    Moderator
    Post count: 27815

    We recommend https://userswp.io , our plugin for awesome user profiles.

    #422487

    Andrew Merritt
    Expired Member
    Post count: 29

    Hi Alex,

    Your recommendation for usersWP was very useful. Indeed this plus in is awesome and very powerful with lots of features.

    I have activated in a DEV environment and now I’m reading the docs in order to use it. The only issue I have is that in Supreme Directory the login tab in the menu stills appears. Do you know how to hide it and have only a Login/register through usersWP ?

    Regards,
    Andrew

    #422566

    Alex Rollin
    Moderator
    Post count: 27815

    These might help: https://wpgeodirectory.com/support/topic/is-there-a-way-to-my-account-from-navigation/

    To force registration through usersWP, you can leave the GD Login blank or set to a different page than UsersWP.

    #422620

    Andrew Merritt
    Expired Member
    Post count: 29

    Hi Alex, Kor and GD Support,

    The usersWP is AWESOME. I didn’t phase any problem and it worked perfectly.
    Also, your support rocks. Keep it up. Don’t change a thing.

    Thanks a million,
    Andrew

    #422659

    Alex Rollin
    Moderator
    Post count: 27815

    Thanks Andrew, glad it is working for you!

    #422660

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #423022

    Andrew Merritt
    Expired Member
    Post count: 29
    This reply has been marked as private.
    #423117

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
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