Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to link to favorites of logged user


_ck_
Participant

@_ck_

Actually, forget that way.

I just checked the source and it’s right there for us:

<? if (bb_is_user_logged_in()) { echo '<a href="'.get_profile_tab_link(bb_get_current_user_info( 'id' ), 'favorites' ).'">favorites</a>'; } ?>

much better

Skip to toolbar