Results 1 to 2 of 2

Thread: Admin don't be notified when a new user Registration via Facebook.

  1. #1
    Thread Starter
    Rookie favorigrup's Avatar
    Join Date
    Jan 2012
    Location
    Turkey
    Posts
    8
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Question Admin don't be notified when a new user Registration via Facebook.

    Is there any way to notify the admin when a new user is registered via Facebook?
    I've tried putting
    PHP Code:
    app_new_user_notification($user_id$user['user_pass']); 
    code into themefacebook.php
    on top of the
    Code:
    wp_set_current_user( $user_id, "fb-$fb_id" );
    wp_set_auth_cookie( $user_id );
    do_action( 'wp_login', "fb-$fb_id" );
    part, but site has been totally failed.

    Thanks right now...

  2. #2
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,785
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. User profile problems when click on classipress user admin
    By terenztan in forum ClassiPress General Discussion
    Replies: 19
    Last Post: October 24th, 2011, 01:03 PM
  2. [SOLVED] Facebook Credentials For Registration?
    By netpotion in forum ClassiPress General Discussion
    Replies: 12
    Last Post: September 11th, 2011, 04:53 PM
  3. Replies: 3
    Last Post: April 4th, 2011, 03:55 AM