Skip to:
Content
Pages
Categories
Search
Top
Bottom

Update $wp_users_object after creating a new user.

Viewing 2 replies - 1 through 2 (of 2 total)

  • ELundby45
    Member

    @elundby45

    I have tried to accomplish this about 60 different ways. As of now I am assuming this is something wrong with BBPress, unless someone can shed some light on what i’m doing wrong.

    I will have to switch to using a different forum if this cannot be resolved.

    Why wouldn’t this work?

    $new_id = bb_new_user( $user_name, $user_email, ”, 0);

    $user = bb_get_user($new_id);

    I receive “user does not exist” when trying to login. However if I try again, I am able to login.

    PS. Why does it say this thread was started by someone else (aion4217)?


    ELundby45
    Member

    @elundby45

    I have tried to accomplish this about 60 different ways. As of now I am assuming this is something wrong with BBPress, unless someone can shed some light on what i’m doing wrong.

    I will have to switch to using a different forum if this cannot be resolved.

    Why wouldn’t this work?

    $new_id = bb_new_user( $user_name, $user_email, ”, 0);

    $user = bb_get_user($new_id);

    I receive “user does not exist” when trying to login. However if I try again, I am able to login.

    PS. Why does it say this thread was started by someone else (aion4217)?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar