you have to edit cpostbit.php:
PHP Code:
if($bbuserinfo[postbitid]!=0) {
$choosetext = "<input type=\"radio\" name=\"cpostbit\" value=\"0\"> Use standart";
$postbit=getpostbit($post,0);
eval("\$choosebits .= \"".gettemplate('cpostbit_choosebit')."\";");
}
not the finest way but try this:
PHP Code:
if($bbuserinfo[postbitid]!=0) {
$choosetext = "<input type=\"radio\" name=\"cpostbit\" value=\"0\"> Use standart";
$postbit="";
eval("\$choosebits .= \"".gettemplate('cpostbit_choosebit')."\";");
}
that should do it