Hi,
I want to show whether a specific user (the admin/host of a members site) is online, busy or offline.
So I have added a field group for this purpose. Works all fine.
How do I show the status for that user?
This is what I tried:
{% set admin = mb.get_user_by('id', 133) %}
{{ admin.radio_mb1qf9lcy2b.value }}
But nothing is shown.