My vote is to keep $object->creator as its username , not $id.
I noticed that running midgard based forum I have to
run two querries for every topic or article.
<? $art = mgd_list_topic_articles($topic);
while ($art->fetch()) {
$article = mgd_get_article($art->id);
$creator = $article->creator;
$person = mgd_get_person ($creator->id);
// that one would be not here
?>
&(article.name); by &($person.username);
<? } ?>
But I guess , person id is needed for admin sites....
But..... for admin site I log once and single querry more
shouldn't slow admin speed interface.
Piotras
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]