Hi
I'm just trying to fix a plugin (Moderation Hold) so that it updates the 'Last Poster' field correctly when a post is approved.
It currently uses this to set the poster id and name:
$uid = $bb_post->poster_id;
$uname = $bb_post->poster_name;
But the user name doesn't get returned. Is there a correct function for this?
Thanks!