Would it be possible to have the ‘online’ text show up in color? I know there already is an icon that do the job but just asking.
All I know is the line that handle this is :
sp_PostIndexUserStatus(‘tagClass=spCenter spPostUserStatus’, __sp(‘Online’), __sp(‘Offline’));
Maybe doing it this way ?
sp_PostIndexUserStatus(‘tagClass=spCenter spPostUserStatus’, __sp(‘Online&color=#ff0000’), __sp(‘Offline’));
Ok maybe not exactly, I’m not an expert. ![]()