Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to link to favorites of logged user


_ck_
Participant

@_ck_

one quick & dirty way:

<? if (bb_is_user_logged_in()) { ?><a href="<? echo $bb->uri.'profile.php?id='.bb_get_current_user_info( 'id' ); ?>&tab=favorites">favorites</a><? } ?>

Skip to toolbar