Hello everyone. I'm new in this community. We have a wordpress site with this plugin and it's works very well =). i'd like ask to you the follow question:
is it possible get the total online time for everyuser? I checked the table wpforo_profiles in the database, and appears a field with name "online_time" but, it's seems that this field save a int that can be formated with from_unixtime but it's seem that i'm formatting badly.
can you explian me how to format this int field?
i want to get amount of minutes for example.
i apologize if this topic was posted in wrong forum.
Thank you.
Hi @jrios,
First of all please note the "online_time" show thw user last activity.
can you explian me how to format this int field?
You can format INT field via this code:
FROM_UNIXTIME(1551824768)
Please note the red marked value should be the INT field.
Also the wpForo has the Online Members widget, that shows the online users, you can check it as well. Just navigate to the Dashboard > Appearance > Widgets admin page. To activate a widget drag it to a sidebar or click on it.