Hi, As I wrote few days ago I solved the topics problem but now I see , I
have next problem with articles. I change the code like this: 
<? if (!$action && ($a = mgd_list_topic_articles($topic->id, "reverse
score"))) { ?> 
<h3>Articles:</h3> 
<p><? while ($a->fetch()) 
printf('<a href="/topic/article/%d.html">%s</a><br>%s', $a->id, $a->title
?
htmlentities($a->title) : ('article #' . $a->id), "\n"); ?> </p> <? } ?> 

But the problem is all article links point to the main page (the sort way 
is correct). I guess I should
modifie code init, but all my trials finished with mistakes.

thnx by now 
Piotras


--
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]

Reply via email to