Community
Code Shortcuts for Advanced Designs
| <MTAbout> | Displays user’s ‘About me’ text |
| <MTInspiration> | Displays user’s ‘Inspiration’ text |
| <MTInterests> | Displays user’s ‘Interests’ text |
| <MTArtWorks> | Displays user’s ‘Art works I enjoy’ text |
| <MTArtStyles> | Displays user’s ‘Art styles I enjoy’ text |
| <MTBooks> | Displays user’s ‘Books I enjoy’ text |
| <MTPeopleToMeet> | Displays user’s ‘People I’d like to meet’ text |
| <MTTools> | Displays user’s ‘Tools I use’ text |
| <MTProfileViews> | Displays how many people have viewed the user’s profile |
| <MTProfileThumbs> | Displays how many thumbs the user has received |
| <MTSendInviteLink> | Displays a link to send a friend invite |
| <MTSendPrivateMessageLink> | Displays a link to send a private message |
Page Elements
<MTUsername> - would print “Brian” for the user Brian
<MTAge> - would print “45”
Block Elements
<MTAnimationBlock>
<p>
<MTAnimationTitleBlkElt><br>
<img src=”<MTAnimationThumbnailBlkElt”>
</p></MTAnimationBlock>
For 2 animations would print
<p>
Animation Title1<br>
<img src=”path/to/animation/1”>
</p><p>
Animation Title2<br>
<img src=”path/to/animation/2”>
</p>
Here’s a list of the tags available (for now):
Page Elements
| <MTUsername> | username |
| <MTName> | user's name |
| <MTAge> | user's age |
| <MTAvatar> | user's avatar url |
| <MTLocation> | user's city |
| <MTLastLogin> | how many days since user's last login |
| <MTJoined> | date the user joined |
| <MTBlogNumber> | number of blog entries a user has |
| <MTAnimationNumber> | number of animations a user has |
| <MTImageNumber> | number of images a user has |
| <MTFriendNumber> | number of friends a user has |
Blocks and associated Block Elements
| <MTAnimationBlock> | |
| <MTAnimationIdBlkElt> | animation id |
| <MTAnimationThumbnailBlkElt> | animation thumbnail url |
| <MTAnimationTitleBlkElt> | animation title |
| <MTImageBlock> | |
| <MTImageThumbnailBlkElt> | image thumbnail url |
| <MTImageTitleBlkElt> | image title |
| <MTFriendBlock> | |
| <MTFriendAvatarBlkElt> | url of friend's avatar |
| <MTFriendNameBlkElt> | username of friend |
| <MTFriendURLBlkElt> | url of friend's member page |
| <MTBlogBlock> | |
| <MTBlogSubjectBlkElt> | blog subject |
| <MTBlogMessageBlkElt> | blog body |
| <MTBlogTimestampBlkElt> | blog date/time of post |









