5
I found this code in article.php
$story['poster'] = $article->uname();
if ( $story['poster'] ) {
$story['posterid'] = $article->uid();
$story['poster'] = '
'.$story['poster'].'';
and i wonder how I can hack the $story['poster'] to get the real name instead of the username