<mt:StreamAction>

This tag is a part of the Action Streams plugin bundled with Movable Type 4.25 and higher.

Provides the recipe authors' suggested markup for the action in context.

Example:

<mt:ActionStreams lastn="10">
    <li><mt:StreamAction></li>
</mt:ActionStreams>

Attributes:

  • name (optional)

    The name of the author whose action this is. If not given, the author's profile display name is used. Note that by specifying an empty name (that is, name=""), the name will be omitted from the StreamAction result.

    <mt:ActionStreams limit="10">
        <li>
            <mt:Include module="Userpic">
            <a href="/profile/<mt:AuthorName dirify="1">">
                <mt:AuthorDisplayName escape="html">
            </a>
            <mt:StreamAction name="">
        </li>
    </mt:ActionStreams>
    
This page was last updated on 2009-05-20, 12:13.

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.