hmm you mean users can create and select different postbits but just they can see what they've choosed and all other posts look like their own?
well you can hack my hack a bit to get that effect:
chage this lines:
PHP Code:
if($postbitid==0 && $post[postbitid]==0) {
eval("\$retval = \"".gettemplate("postbit")."\";");
} else {
if($postbitid==0) $postbitid=$post[postbitid];
into this:
PHP Code:
if($postbitid==0 && $bbuserinfo[postbitid]==0) {
eval("\$retval = \"".gettemplate("postbit")."\";");
} else {
if($postbitid==0) $postbitid=$bbuserinfo[postbitid];
that should do the trick