Forums

Join
bbPress Support ForumsThemesbb_option that returns current URL

Info

bb_option that returns current URL

  1. Hi:

    I'm integrating bbpress with Amember and am embedding a login form in the forum pages. I am looking for the bb_option that returns the current url. This way, after a login, I can redirect the user back to the original page.

    It appears the bbpress login code is smart enough to parse the referring page. The amember code needs to be fed this information when the login form is called.

  2. Never mind, I think I just figured it out.

    <?php echo $_SERVER['REQUEST_URI']; ?>

  3. You must log in to post.