PowerCMS™
[新着情報] JVN#48742353 クロスサイトスクリプティングの脆弱性について (2月28日更新) を追加しました。
PowerCMS 4 系のサポートは2026年3月31日をもちまして終了いたします。期限までに PowerCMS 5/6 最新版へのアップグレードをご検討ください。
[ブログ] PowerCMS 6 でのアップデートまとめ を追加しました。
[新着情報] PowerCMS 6.61 / 5.28 / 4.59 の提供を開始 を追加しました。

MTActionsEntry

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>

MTActionsEntry と関連のあるテンプレートタグ (94)