ISSUE SUMMARY:
Since the last updates (Joomla and JomSocial) some users are always shown offline after login. They don't have activated the option to hide the status. If I clear the sessions some are shown after login but will be hidden later again.
They are logged in, can use the site completely, but are hidden from the online lists.
I programmed a site where users can send a problem report and analyzed the CUser class. All offline showed members have
[_isonline] =>
Hi, Guido.
Thank you for contacting us and reporting this issue.
I assign developer to further investigation.
He'll contact you ASAP.
Hi,
try this fix:
Hi,
_isonline value took from database, the value sama as user ID. you can see the query at user library line 137. if empty or null, it must that user not listed at joomla seesion table.
when some one online but got offline status, please have a look at joomla session table, make sure that user listed at there. if listed, what client_id value for that user?
and make sure that user visting profile > preferences, make sure Show online status and re-save it.
it's hard for debugging this this issue. I cant replicate it at your site.
Regards