Forums
-
- Forum
- Posts
-
- Installation
- 28,502
- Troubleshooting
- 62,680
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
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.