Users can't register

This topic contains 7 replies, has 4 voices, and was last updated by  Robert Nus 8 years, 10 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #30948
    #31047

    Paolo
    Site Admin
    Post count: 31206

    HI Silks,

    I’ve split your reply and created a new topic to keep some order in the forum.
    The error you see is related to Google Analytics statistics, not to you being able to login or not.

    Your login / register page is: yoursite.com/?geodir_signup=true

    Or you can add the GD > Loginbox to any of your sidebars.

    To remove that analytics error, you must ask your server admin to disable safe_mode from your server. That will remove the error.

    To remove the login failed message appearing below the error, you can eiter disable Google Analytics option or set it up correctly so that it can show statistics:

    http://docs.wpgeodirectory.com/core-general/#analytics

    Please avoid posting in old topics (especially if they have nothing to do with your current problem).

    Thank you!

    #39900

    John Smith
    Free User
    Post count: 4

    I was facing the same problem then I tried GoStats, It is easy to install as compared to Google analytics & works in an efficient way. Try GoStats it might be helpful for you

    #42443

    Silks
    Full Member
    Post count: 305

    Hi,

    I am are using wp admin bar with GDF and Buddypress integration.

    I have wp admin bar set as visible when logged out, the register button works great and redirects to the buddypress registration form but the log in button unfortunately links to wp-login page.
    Is it possible to have the log in redirect to geodirectories log in page?
    Would also be great to to redirect the log out button and log in link on successful account activation page away from the wp-login page?

    thanks

    #42471

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please add this to your theme’s functions.php file:

    
    
    add_action('init','wplogin_redirect');
    
    function wplogin_redirect(){
     global $pagenow;
     if( 'wp-login.php' == $pagenow && $_GET['action']!="logout") {
    wp_redirect( home_url( '/?geodir_signup=true') );
      exit();
     }
    }

    Let me know if it works for you.

    Thanks

    #42515

    Silks
    Full Member
    Post count: 305

    Thank you worked great!

    1 more question is it possible to remove the small wordpress logo from the left corner of the wp admin bar?

    Thanks

    #42568

    Paolo
    Site Admin
    Post count: 31206
    #44282

    Robert Nus
    Free User
    Post count: 2

    Its a Google analytics statistics problem. You should check the server admin settings & mode. Instead of that you can go with Gostats it is easy to install & user friendly.

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

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

Open Support Ticket