> I want to make some piece of code that counts the total replies for an
> article and I'm aware of the function mgd_list_reply_articles
<? echo "There ";
if ($replies->N == 1) { echo "is 1 reply"; }
else { echo "are ", $replies->N, " replies"; }
?> to article &(article);
I'm not positive that ->N will remain though. With the extended ACL system
we have in mind it'll be hard to predict N without actually fetching the
lot.
Emile
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]