Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Sidebar profile data


Virtuali
Participant

@gunju2221

Not really in the forums-loop, more if you want to add it under the widget, go into your sidebar.php.

These $bp-global strings are always available for use, in your case here: https://codex.buddypress.org/developer-docs/the-bp-global/

so where you want the links to appear (view profile, etc) , you will need to add the strings `$bp->loggedin_user->domain`

So:

`<a href="/profile/edit”>Edit Your Profile`

Skip to toolbar