Nice hack.
I made a modification to it so that only new members (in my case, those with less than 30 posts) have rel="nofollow" attached to their posts. Established members are not penalised and the searchbots will still follow and index their links.
Replace
PHP Code:
global $bbuserinfo;
if (is_member_of($bbuserinfo, 6))
With
PHP Code:
global $post;
if ($post[posts]>30)