Hello,


> I don't see anything here that would display something about any
> topic. Where exactly doesn't it do what you want?

Here

<td><font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"
color="#304da6" size="-1"><b>&(article.name:h);</b></font></td>

it gives me the article title of all articles (limited to 4) in
subtopics of my root.

But this

 $article = mgd_list_topic_articles_all($topic_id); {
 $displayed = 0;
 while ($displayed < 4 && $article && $article->fetch()) {
   if (mgd_is_in_topic_tree(94, $article->id)) { continue; }
   $displayed++;

should exclude subtopic 94 and its articles, right? Still, articles of
that topic are displayed with the above &(article.name) command. And
they should not.

Alexander



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to