Module provides View field to views and Pseudo field to display user online status

This module provide a status based on strategy pattern and default display three different strategy:
if user is online then display: online status
if user is offline then display: offline status
if user is only absent then display: absent status

You can easily add new own strategy created a new php class but I am going to move that functionality to admin ui.

All functionality is based on oop pattern so you can easily use that code somewhere in your module.

Module is based on User Online Status module so I want to give many credits towards the maintainer(s) of user_online_status module.

Differences between of them:

This module provides a Views field plugin to display user status as a field.
This module doesn't use any JavaScript.
This module uses a template file is used for outputting the user status, so it is fully customizable on the theme layer.
This module uses a custom service to provide the user status value.

tips:
After installing a module flush a cache using admin ui.

Project information

Releases