translation for bob
hmm should i tranlsate it into german? ^^
open file showthread.php and you'll find that:
PHP Code:
if (ismoderator($thread['forumid']) or $getperms['canopenclose'] or $getperms['candeletethread'] or $getperms['canmove']) {
eval("\$adminoptions = \"".gettemplate("showthread_adminoptions")."\";");
} else {
$adminoptions = " ";
then add at the end of the if conditions this:
PHP Code:
or bbuserinfo[usergroupid] == 'xx' .......