you're looking for the wron thing
fetch_postbit isn't in member.php
if you just want it to show up in the profile, member.php is the correct file
actually before that line:
PHP Code:
eval('$customfields .= "' . fetch_template('memberinfo_customfields') . '";');
add a if fieldid == your id, do parse_bbcode($field[content])
(just pseudocode, not the correct implementation