Skip to content

tags profileservices

Violet edited this page Nov 2, 2010 · 2 revisions

ProfileServices

This tag is a part of the Action Streams plugin.

This block template tag lists the services possible for user registration and display of content on their Melody author profile.

Example:

<mt:ProfileServices>
    <mt:If name="__first__">
        <ul>
    </mt:If>
        <li><mt:Var name="label"></li>
    <mt:If name="__last__">
        </ul>
    </mt:If>
</mt:ProfileServices>

Attributes:

  • extra (optional)

    If specified and true, only profile services implemented by other Melody plugins besides Action Streams are listed.

You can use the following variables in mt:ProfileServices block tags:

<$mt:Var name="Variable Name"$>
<-->
<tr>
    <td>ident_suffix</td>
    <td>Predetermined suffix for username you enter when adding a service account</td>
    <td>.vox.com</td>
</tr>

<tr>
    <td>ident_hint</td>
    <td>Hint for username you enter when adding a service account</td>
    <td></td>
</tr>   
Variable Name Output Sample
label The name of the service TypePad
type The type of service Vox ("vox"), TypePad ("typepad")
ident_label Label of the ID field of your Action Streams accounts Profile ID
ident_example Outputs a sample of the account name
ident_prefix Predetermined prefix for username you enter when adding a service account http://profile.typepad.com
  • Categories: Appendix: Template Tags
  • Tags: Action Streams, ActionStreams Template Tags, Motion, Motion Template Tags
Clone this wiki locally