Hi, I have some values into:
PHP Code:
$exclude = $vbulletin->options['exclude_char_ugs']
comma-separated
and i'm trying to using it here:
PHP Code:
if (!is_member_of($vbulletin->userinfo, $exclude)) {
if ($num_rows >= $vbulletin->options['per_account']) {
$error .= construct_phrase($vbphrase[cant_create], $num_rows);
eval('print_output("' . fetch_template('standard_error') . '");');
}
}
but can't get it to work..
thanks for those who can help me with this...