Viewing 11 replies - 1 through 11 (of 11 total)
  • Will post code shortly

    Here’s the files to edit link

    Picture

    Hope it works I stayed up later than I thought I did lol

    I added sortable and filterable tables if anyone is interested
    Still not working in Firefox tho. trying to fix that
    Pic

    Thread Starter lukem75

    (@lukem75)

    Awesome! Will have a look today – thanks sooo much.

    Thread Starter lukem75

    (@lukem75)

    Mel, this is what I get when registering a new user:
    http://www.screencast.com/t/1Q34ghKl9

    Thread Starter lukem75

    (@lukem75)

    Also, at the bottom of this file, a warning is being displayed:

    Warning: Cannot modify header information – headers already sent by (output started at /public_html/wp-content/plugins/wordpress-social-login/hybridauth/Hybrid/Providers/Facebook.php:184) in /public_html/wp-includes/pluggable.php on line 680

    Thread Starter lukem75

    (@lukem75)

    Mel, if you can email your PayPal details to info [at] giftiver dot com, I’ll reimburse you for your time.

    Sorry you need to remove

    echo '<pre>';
    print_r($contacts);
    echo '<pre>';

    From facebook.php I was debugging it earlier
    Let me know if that solves the headers issue

    Hey Mel,

    This was great work. I edited my code as you showed, and it worked like a charm. (I’ve since removed it because I don’t need it for my site, but just wanted to see how a hack like this would work).

    I do have a need of my own though – this plugin doesn’t send a welcome email, but I would like to. And I will use the SB Welcome Email Editor plugin to customize the email.

    Do you know how I could make this plugin send the normal new registration email to users?

    Thanks so much,
    Alex

    These kinds of additions are totally awesome, guys.
    Will love to see the plugin author roll them in officially, if that’s possible.

    You can try this I can’t get that plugin to work for some reason

    //notifiication email
    function wsl_user_email_init($user_id){
    wp_new_user_notification($user_id, $userdata['pass']);
    }
    add_action('wsl_hook_process_login_before_redirect' , 'wsl_user_email_init');

    added to functions.php

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Import friends birthdays and gender’ is closed to new replies.