• Currently 0/5
  • 1
  • 2
  • 3
  • 4
  • 5
Sporepedia Action Stream

An action Stream plugin to share your creations from the Sporepedia.

Adds the link to your profile and also shows the thumbnail from the Sporepedia, which visitors to your site can drag into their Creature Creator!

Requires the original action stream plugin (http://plugins.movabletype.org/action-streams/)

Requirements

Action Stream plugin from Mark Paschal (http://plugins.movabletype.org/action-streams/)

For thumbnails to show you must add the relevant tags to your templates. See the readme for the original action streams plugin or just add the following to your stream template:

        <mt:setvarblock name="thumb_url"><mt:StreamActionThumbnailURL></mt:setvarblock>
        <mt:if name="thumb_url">
            <div style='padding-left: 20px; padding-bottom: 10px; padding-top: 5px;'>
                <img src='<mt:var name='thumb_url'>' />
            </div>
        </mt:if>

Leave a comment

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.