1

Thanks for your help but it doesn't work.
I found a way to have what I wanted, here is the code to replace instead :
I just compared the news module and xmspotlight.
I found a way to have what I wanted, here is the code to replace instead :
$news['poster'] = $article->uname();
if ( $news['poster'] ) {
$news['posterid'] = $article->uid();
$news['poster'] = '.XOOPS_URL.'/userinfo.php?uid='.$news['posterid'].'">'.$news['poster'].'';
} else {
$news['poster'] = '';
$news['posterid'] = 0;
if(getmoduleoption('displayname')!=3) {
$news['poster'] = $xoopsConfig['anonymous'];
}
}
I just compared the news module and xmspotlight.
