StackIdeas
Echo Offline Friend List
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;
Nik Faris
·
Tuesday, 17 February 2015 00:54
·
0 Likes
·
0 Votes
·
0 Comments
·
#188414
Maybe need to implement this in future releases;)
Thanks for the swift reply! appreciated
Marcus Palmer
·
Tuesday, 17 February 2015 01:24
·
0 Likes
·
0 Votes
·
0 Comments
·
#188424
Hello Marcus,
You're welcome. Thanks for the suggestion.
Nik Faris
·
Tuesday, 17 February 2015 01:30
·
0 Likes
·
0 Votes
·
0 Comments
·
#188427
View Full Post