hmm that last one does sound like a bug, ill look into it. (it might already be fixed since the stats sections have been heavily optimized in the version i am working on)
find out the usergroupid of your banned usergroup (its in the ACP)
in the tops of the TT files in question, and underneath this
PHP Code:
// ########################################################################
// ######################### START MAIN SCRIPT ############################
// ########################################################################
put this, where X is the usergroupid you just looked up
PHP Code:
if ($bbuserinfo['usergroupid'] == X)
{
print_no_permission();
}
i might incorporate a permissions thing for the next version