<mt:StreamActionVar>
This Template Tag assigns parameters to refer to each variable that corresponds to an action. Use this to output items other than titles and URLs when using plugins to expand services.
This is a part of the ActionStreams plugin that comes with MT 4.25.
Example:
Default Usage:
Possible Parameters
This is a part of the ActionStreams plugin that comes with MT 4.25.
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"$>"><a href="<$mt:StreamActionVar name="url"$>"><$mt:StreamActionVar name="title"$></a></li>
<mt:If name="__last__">
</ul>
</div>
</div>
</mt:If>
</mt:ActionStreams>Default Usage:
<$mt:StreamActionVar name="parameter"$>
Possible Parameters
- <$
mt:StreamActionVar name="title">
Outputs an action's title. The content is the same as that of the <mt:StreamActionTitle> functional tag. - <$
mt:StreamActionVar name="url">
Outputs the URL for a page with the details of the action
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.