4
Ohht he final bug, thanks man, I forgot to check the blocks, that is one of the Art Object functions, I will fix it soon, I am just a bit sore from my last programming bout so I will release a version soon..
There is a core function to replace that if you want to do that.
Line 28 to 37 should read:
function &forum_getUnameFromIds( $userid, $usereal = 0, $linked = false )
{
$users = XoopsUserUtility::getUnameFromIds($userid, $usereal, $linked);
return $users;
}
function forum_getUnameFromId( $userid, $usereal = 0, $linked = false)
{
return XoopsUserUtility::getUnameFromId($userid, $usereal, $linked);
}