Ok sorry but I butchered this. I just wanted it for admins to know when users need to be moderated. Is there a way to make it so this box ONLY shows up IF there is a user to moderate?
Here is the code I have left over. Did I miss anything of reference to user moderation?
PHP Code:
// ++=========================++
// || QUICK MODERATION v1.0 ||
// || BY: ROSSCO_2005 ||
// || Date: July 24, 2005 ||
// ++ ========================++ require_once('./includes/functions_calendar.php'); //Users to Moderate $users = $db->query_first("SELECT COUNT(*) AS count FROM " . TABLE_PREFIX . "user WHERE usergroupid = 4");
$users['count'] = vb_number_format($users['count']);
$show['users'] = true; //See if any of them are greater than 1
/*
if $users['count']>0])
{
$alertmods = true;
}
*/ eval('$moderate = "' . fetch_template('navbar_moderation') . '";');