nop
u ++++ed up the text hehe
its get the admin text any way
change it to be like that
PHP Code:
// ###################### Start admin ########################
function admin($admintext) {
global $post, $bbuserinfo, $DB_site;
if (($bbuserinfo['usergroupid']!=5) && ($bbuserinfo['usergroupid']!=6) && ($bbuserinfo['usergroupid']!=7)) {
$admintext="";
} else {
eval("\$admintext = \"".gettemplate("admin_text")."\";");
}
return "$admintext";
}
u missed this else part..