Forums / Cotonti / Support / Grup color Core hack how can do ?

Lover
#39834 2014-09-08 14:06

How can i do Group color ? with functions.php core hack ?

 

For do this critic zone code.

PHP
1
2
3
4
5
6
7
8
9
10
11
function cot_build_user($id, $user, $extra_attrs = '')
{
    if (!$id)
    {
        return empty($user) ? '' : $user;
    }
    else
    {
        return empty($user) ? '?' : cot_rc_link(cot_url('users', 'm=details&id='.$id.'&u='.$user), $user, $extra_attrs);
    }
}

 

im thinking some magic touch enough , and i hope somena can do this :)