mt内の/plugins/WidgetManager/default_widgetsの中に「recent_comments.tmpl」と言う物が有るのでDLしエディターで開きコピー貼り付け。
・・・で良いのかな?
するとコメント欄が出た、のだが・・・・コレで良いのかな~?
<div class="module-recent-comments module">
<h2 class="module-header"><MT_TRANS phrase="Recent Comments"></h2>
<div class="module-content">
<MTComments lastn="10" sort_order="descend">
<a href="<MTCommentEntry><$MTEntryPermalink$></MTCommentEntry>#comment-<$MTCommentID$>"><$MTCommentAuthor$> on <MTCommentEntry><$MTEntryTitle$></MTCommentEntry></a>: <$MTCommentBody remove_html="1" trim_to="10"$><br />
</MTComments>
</div>
</div>
コメントテストの結果古いコメントが下になり、新しいコメントが上に来る、是ではチョット良くない!
コメントはヤハリ新しい物が下になる方が見易いと思うのは爺だけか?
其処でチョット・・。
タグと言う物を弄ってみる。
順番を入れ替えるには・・・。以下の物を入れ替えるそうだ。
<MTEntries recently_commented_on="3" sort_order="ascend">
の赤の部分を・・・・「ascend」「descend」とに色々と変えてみよう。
順番が新しい物が上とか古い物が上とか色々出来る。
追記:
出来上がりがチョット気に入らない!色々と探していたらコンナ所が有った・・コチラだ。
私のような初心者にも解り易いのだ。色々と考える人も居る物だ。
其処で今迄のデフォルトの物をコピーしておく、何か有ったら又元に戻せるように・。
コレがデフォルトの物。
<div class="module-recent-comments module">
<h2 class="module-header">新着コメント</h2>
<div class="module-content">
<MTComments lastn="10" sort_order="ascend">
<a href="<MTCommentEntry><$MTEntryPermalink$></MTCommentEntry>#comment-<$MTCommentID$>"><$MTCommentAuthor$> on <MTCommentEntry><$MTEntryTitle$></MTCommentEntry></a>: <$MTCommentBody remove_html="1" trim_to="10"$><br />
</MTComments>
</div>
</div>
又以下の物が「Movable Type 入門」と言うサイト様から・・。
<h2>コメント</h2>
<MTEntries recently_commented_on="5"><!--コメントの数を決めます。-->
<a href="<$MTEntryLink$>"><MTEntryTitle></a>
<br />
<MTComments lastn="15"><!--一つの記事のコメント人数を決めます。-->
└ <a href="<$MTEntryLink$>#<$MTCommentID$>">
<MTCommentAuthor></a> <$MTCommentDate format="%m/%d"$><br />
</MTComments>
</MTEntries>
コレを入れて見た。
オ~~~ッ!出来たゾナ!スッゴイな~色々頭の良い人も居る物だ。

コメント (4)
出た出た!コメントのテスト。
投稿者: enoki | 2007年6月 9日 14:38
日時: 2007年6月 9日 14:38
コメントの返信は如何かな。
投稿者: enoki | 2007年6月 9日 14:41
日時: 2007年6月 9日 14:41
改めてコメントしてみる。
投稿者: enoki | 2007年7月 7日 19:19
日時: 2007年7月 7日 19:19
再度テスト。
投稿者: enoki | 2007年7月19日 20:51
日時: 2007年7月19日 20:51