> <?   
> $news =  mgd_get_topic_by_name ($topic_id, "IE Download");
> $article = mgd_list_topic_articles($news->id);
> if ($article) for ($i = 0; $i < 5 && $article->fetch(); $i++) { ?>
> <p><FONT face=Arial size=1>
>   &(article.abstract:p);<br>&(article.field_0);</FONT>
> </p>
> 
> <?   } ?>
> 
> and it worked, except article.field_0 which is empty. The article_field_0 is
> of type file_xxx. What can be the problem?

What is that article.field_0? It is not defined 
in article class. 
Also do not forget about that mgd_list_topic_article and fetch functions
do not get all record fields. If you need _all_ fields you have to call
mgd_get_article. But it depends on what field You are interesting here 
and what is exactly for.

Piotras

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

Reply via email to