Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Detecting user logged in state in WordPress MU / Buddypress


jordashtalon
Member

@jordashtalon

Thanks 3sixty, that worked perfect, and I found the code to find a users profile URL here is my full code:

<div class=”userAvatar”>“><?php bp_loggedin_user_avatar(‘width=50&height=50’) ?></div> Welcome Back, <b>“><?php echo bp_get_loggedin_user_fullname() ?></b>

Where exactly do I go to find the BP Functions?

I looked here:

https://codex.buddypress.org/developer-discussions/buddypress-template-tags/

but alot of the functions don’t work.

Skip to toolbar