Forums
-
- Forum
- Posts
-
- Installation
- 28,531
- Troubleshooting
- 62,746
- Themes
- 10,443
- Plugins
- 15,383
- Requests & Feedback
- 14,983
- Showcase
- 3,257
-
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.