4
noo-b,
In XOOPS 2.5.7 ./modules/system/blocks/system_blocks.php replace line 46:
$uname = $xoopsUser->getVar('uname');
with
$uname = $xoopsUser->getVar('name');
Notice I just removed the "u" for which variable it's retrieving.
This should work...
WARNING: I didn't try this so please use with caution... This will "gradually" update your Online block with the correct user name. It depends on what's already in your Online block & cache as to how long it will be beforeit takes effect. I believe if you update the system module after you do this and then clean the XOOPS cache you should see it take effect immediately.