Forums

Join
bbPress Support ForumsRequests and Feedback(not resolved) Which bbpress code returns current page link?

Info

(not resolved) Which bbpress code returns current page link?

  1. 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)

  2. It's PHP 101
    $_SERVER['REQUEST_URI']

  3. don't works with google translate http://translate.google.com/translate?hl=en&sl=en&tl=ru&u=
    works only at main page

  4. You must log in to post.