bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

bb_option that returns current URL

(2 posts)
  • Started 8 months ago by schmitt
  • Latest reply from schmitt
  • This topic is not resolved
  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.

    Posted 8 months ago #
  2. Never mind, I think I just figured it out.

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

    Posted 8 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.