Forums
-
- Forum
- Posts
-
- Installation
- 28,537
- Troubleshooting
- 62,802
- Themes
- 10,444
- Plugins
- 15,390
- Requests & Feedback
- 14,986
- Showcase
- 3,258
-
Ah yes – I had a bit of a fiddle and found bb_get_user
$uid = $bb_post->poster_id;
$bb_user = bb_get_user( $uid );
$uname = $bb_user->user_nicename;
This does the job fine
Thanks