Forums
-
- Forum
- Posts
-
- Installation
- 28,436
- Troubleshooting
- 62,514
- Themes
- 10,431
- Plugins
- 15,340
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
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