<mt:StreamActionModifiedDate>

This functional template tag outputs the date an action was modified.   It is a part of the ActionStreams plugin for use with MT 4.25.

For example, the tag for when an entry was submitted to Vox is <mt:StreamActionDate>. The date the entry received a comment or was updated is output as <mt:StreamActionModifiedDate>.

Example:
<mt:ActionStreams lastn="15">
<mt:If name="__first__">
<div class="widget-recent-action widget-recent widget">
<h3 class="widget-header">15 recent actions</a></h3>
<div class="widget-content">
<ul>
</mt:If>
<li class="service-<$mt:var name="service_type"$>"><mt:StreamActionModifiedDate format="%H:%M"> - <a href="<$mt:StreamActionURL$>"><$mt:StreamActionTitle$></a></li>
<mt:If name="__last__">
</ul>
</div>
</div>
</mt:If>

</mt:ActionStreams>
Modifier

The modifiers compatible with this tag are the same as those compatible with the <mt:Date> function tag. 
This page was last updated on 2009-03-26, 11:48.

Leave a note

Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.