Info
- 2 posts
- 1 voice
- Started 4 years ago by schmitt
- Latest reply from schmitt
- This topic is not resolved
bb_option that returns current URL
-
- Posted 4 years ago #
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 4 years ago #
Never mind, I think I just figured it out.
<?php echo $_SERVER['REQUEST_URI']; ?> -
You must log in to post.