Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to make the bbPress registration point towards my wordpress registration

  • @gjaw88

    Member

    I’m not a php coder yet and am learning. How would I go about making when I click “register” on bbpress to shoot it to my wordpress registration instead?

    The reason why is because I have it setup so that WP users can also log on the forum, but bbpress signups don’t work with WP.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • @fel64

    Member

    Pop this in at the top of your register.php file:

    header("Location: http://www.example.com/"); /* Redirect browser */
    /* Make sure that code below does not get executed when we redirect. */
    exit;

    In the long term it might be good to solve why bb users don’t work with WP, but I can’t think of anything off the top of my head.

    @trent

    Member

    Do you have the bbPress and WP integration plugin for WP?

    https://wordpress.org/extend/plugins/bbpress-integration/

    Trent

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