Hi, I'm working in a chat room for my social net, but I have some travelsm I need to know if a user is online, I found some code but it dosent show me what It should.
if (XG_PresenceHelper::canShowPresenceIndicator($this->result)){
echo ''.xg_html('ONLINE_NOW').'';
}
This is it? it only work's with my current user, but I need to kwon wich users are online, this is driving me crazy, please help!