[midgard] Question to midgard-functions

2000-03-09 Thread Anatol Mayr / HEXAGON
I've generated the following script: It should show the first topic, then all of the articles of the first topic, the second topic and all of the articles of the second topic ... !-- StartSeite wird generiert -- ? { $article = mgd_get_article(23); ? (article.content:h);

RE: [midgard] Question to midgard-functions

2000-03-09 Thread Anatol Mayr / HEXAGON
Thanks, i've tried to access the articles of my topics in the same way, but the result is a little bit strange, because no articles are shown. My site-structure is the following: topic(18) -- subtopic(27) article(28) -- subtopic(28)

Re: [midgard] Question to midgard-functions

2000-03-09 Thread Emiliano Heyns
Anatol Mayr / HEXAGON wrote: Thanks, i've tried to access the articles of my topics in the same way, but the result is a little bit strange, because no articles are shown. $topic = mgd_list_topics(18); if ($topic) { while ($topic-fetch()) { ? H3

RE: [midgard] Question to midgard-functions

2000-03-09 Thread Anatol Mayr / HEXAGON
Oh, oh, oh :-) thanks a lot - now it works fine! Greetings to all of the midgardians, Anatol -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Emiliano Heyns Sent: Thursday, March 09, 2000 2:59 PM To: [EMAIL PROTECTED] Subject: Re: [midgard] Question