7
My idea is to implement new function in kernel source.
I take user.php and add new function in user's class.
But I don't know what would better:
return number : 0 is offline, 1 when online and 2 when the status indicator is deactivated, 3 on error
or return string like 'offline' ?
and then for example in viewtopic.php
we could add line : $eachposter->getIcqStatus;
what do you think ?