Tis gives me the articles by creation date !

<?php 
$article = mgd_list_topic_articles_all(99);
if ($article){
        for ($i = 0; $i < 10 && $article->fetch(); $i++) { 
?>
        <a href="/Marketing/article/&(article.id);.html"  class="menu"
>&(article.title);<br></a>
        <A class="menusky">(&(article.aldate);)<br></A>
<?php 
        }
} 
?>

What about modification date ???
Is that possible ???

The good manual says :
"
Articles can be sorted. sort parameter can be one of: "alpha", "reverse
alpha", "name", "reverse name", "score", "reverse score", "created".
Default sort is the created date. 
"

And I also found this :
"
date

The last modification date, format is 'd.m.Y'. e.g.: 27.07.1999

adate

The last modification date, format is 'D b. Y'.

aldate

The last modification date, format is 'D M Y'
"

Am I confused or just confused ?

-- 
Regards,
Blixten

Cellular : +46 (0)708-999 105

Linux & KDE !

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