Log.antiflux.org
From Antiflux Wiki
(Difference between revisions)
(log.antiflux.org tips and tricks) |
|||
Line 3: | Line 3: | ||
To display a list of recent comments, add something like this to your templates. | To display a list of recent comments, add something like this to your templates. | ||
- | |||
<MTComments lastn="5" sort_order="descend"> | <MTComments lastn="5" sort_order="descend"> | ||
<MTCommentEntry> | <MTCommentEntry> | ||
Line 9: | Line 8: | ||
</MTCommentEntry> | </MTCommentEntry> | ||
</MTComments> | </MTComments> | ||
- |
Revision as of 00:17, 12 November 2004
Use this page to post useful tips for log.antiflux.org users.
To display a list of recent comments, add something like this to your templates.
<MTComments lastn="5" sort_order="descend">
<MTCommentEntry>
<a href="<$MTEntryLink$>#<$MTCommentID$>"><$MTCommentAuthor$> on <$MTEntryTitle$></a>
</MTCommentEntry>
</MTComments>