Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Missing Argument for Get_User_Profile_Link

I can’t remember which version added what, but make sure to activate your plugins in bb-Admin/Site Management or they won’t work.

Try this:

<?php $user = bb_get_user( topic_last_poster() );
get_user_profile_link( $user->ID ); ?>

You can make it one line if you want but you need those semicolons.

Skip to toolbar