Add "online" circle to profile page?

Dominik L Posted in Technical Support 3 months ago

OSSNMessages shows a green circle when a user is online or a red circle, when a user is offline

Is there an easy way to also show that on profile page?

Replies
German Dominik L Replied 3 months ago

Okay thanks, I’ll try to find someone help me with that

German Michael Zülsdorff Replied 3 months ago

Well, I would develop a component
to replace the original profile/role plugin by an enhanced one with some extra code like

 if($params['user']->isOnline()){
    echo "<i class='my_online_marker'></i>"; 
 }
German Dominik L Replied 3 months ago

That circle

enter image description here

Maybe here?

enter image description here