Forums
-
- Forum
- Posts
-
- Installation
- 28,424
- Troubleshooting
- 62,413
- Themes
- 10,413
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
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.