PowerCMS™
アルファサードのゴールデンウィーク休業について を追加しました。
[ブログ] PowerCMS 6 でのアップデートまとめ を追加しました。
[新着情報] 多要素認証設定画面の QR コードが表示されない問題への対策ファイル を追加しました。
[新着情報] PowerCMSクラウド 月額費用の価格改定に関する追加情報を公開します を追加しました。

MTActionsComment

MTActionsComment

特定のユーザーのコミュニティ内でのアクションのうち、コメントを一覧する為のブロックタグです。このMTタグは MTAction ブロックタグの中で使用します。またこのMTタグで囲まれた中では コメント関連のテンプレートタグを使用できます。

使い方

<mt:Actions namespace="community_pack_recommend" include_blogs="all" sort_order="descend" lastn="30">
    <mt:ActionsHeader>
    <ul class="recent-actions">
    </mt:ActionsHeader>
    <mt:ActionsComment>
        <li class="comment icon-comment">
            Commented on
            <mt:CommentEntry>
            <a href="<$mt:CommentLink$>"><$mt:EntryTitle encode_html="1"$></a>
            </mt:CommentEntry>
            <div class="excerpt"><$mt:CommentBody words="40"$>...</div>
        </li>
    </mt:ActionsComment>
    <mt:ActionsFooter>
    </ul>
    </mt:ActionsFooter>
</mt:Actions>

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