bbPress Support Forums › Requests and Feedback › (not resolved) Which bbpress code returns current page link?
Info
- 3 posts
- 2 voices
- Started 2 years ago by Loader
- Latest reply from Loader
(not resolved) Which bbpress code returns current page link?
-
- Posted 2 years ago #
Hello, i need to use current page link for some code, how to get it from bbpress?
bb_uri(); returns main page link, but i need to get link where is user now.
it's possible?
bbpress 1.0.2
thank you
upd1: found after 1 min: <?php bb_location(); ?> don't works (returns only current name of page, etc: topic-page, forum)
-
- Posted 2 years ago #
It's PHP 101
$_SERVER['REQUEST_URI'] -
- Posted 2 years ago #
don't works with google translate http://translate.google.com/translate?hl=en&sl=en&tl=ru&u=
works only at main page -
You must log in to post.