MTActionsEntry
特定のユーザーのコミュニティ内でのアクションのうち、ブログ記事・トピックの投稿を一覧する為のブロックタグです。このMTタグは MTActions ブロックタグの中で使用します。またこのMTタグで囲まれた中では ブログ記事関連のテンプレートタグを使用できます。
使い方
<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>
Updated on 2008-08-12, 19:52 .

