MTActionsEntry
特定のユーザーのコミュニティ内でのアクションのうち、記事・トピックの投稿を一覧するためのブロックタグです。このタグは MTActions ブロックタグの中で使用します。またこのタグで囲まれた中では、記事関連のテンプレートタグを使用できます。
Movable Type 7 では、コミュニティ機能が同梱されていないため利用できません。
- 使い方
<mt:Actions namespace="community_pack_recommend" include_blogs="all" sort_order="descend" lastn="30">
<mt:ActionsHeader>
<ul class="recent-actions">
</mt:ActionsHeader>
<mt:ActionEntry>
<li class="entry icon-entry">
Posted <a href="<$mt:EntryLink>"><$mt:EntryTitle encode_html="1"$></a> to
<a href="<$MTEntryBlogURL$>" class="icon-blog"><$MTEntryBlogName$></a>
<div class="excerpt"><$MTEntryExcerpt$></div>
</li>
</mt:ActionEntry>
<mt:ActionsFooter>
</ul>
</mt:ActionsFooter>
</mt:Actions>