By Marcus Palmer on Tuesday, 17 February 2015
Posted in General Issues
Replies 3
Likes 0
Views 773
Votes 0
How can i echo offline friend list as

if( $friend->isOffline( ) )
{


Does not seem to be the correct syntax
Hello Marcus,

I'm sorry but we don't have function to call offline users. But we do have function to get online users.

$model = FD::model('users');
$onlineUsers = $model->getOnlineUsers;


·
Tuesday, 17 February 2015 00:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Maybe need to implement this in future releases;)

Thanks for the swift reply! appreciated
·
Tuesday, 17 February 2015 01:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Marcus,

You're welcome. Thanks for the suggestion.
·
Tuesday, 17 February 2015 01:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post