The Template consists of standard HTML and 3 different types of Parameters (all enclosed in [ ]). To insert a language string, prefix the Parameter with *L*. For example, if you had a language string in your .resx file called "lbName.Text" then you can have this replaced at runtime by using [*L*lblName.Text] in your template. You can also insert any core profile property by referencing the name, prefixed with *C*. It is case-sensitive and needs to be an exact match. For example, to reference the Biography property, you would use [*C*Biography]. The following custom tokens can also be used:
| [UPDATEDATE] |
Displays the date that this user last updated their core profile |
| [VIEWCOUNTER] |
Displays the number of times this profile has been viewed |
| [EDITPROFILE] |
Displays the edit icon to take the user to the Edit Profile screen (Admin or owner only) |
| [AGE] |
Displays the user's current age |
| [NEXTAGE] |
Displays the user's next birthday age |
| [DOBDAY] |
Displays the day for DOB |
| [DOBMONTH] |
Displays the month for DOB |
| [DOBMONTHNAME] |
Displays the month name for DOB |
| [DOBYEAR] |
Displays the year for DOB |
| [BIRTHDAYCOUNTDOWN] |
The number of days until the user's next birthday |
| [BIRTHDAY] |
The user's next birthday date |
| [CENSORSHIP] |
The user's censorship rating |
| [BACKBUTTON] |
Displays a back button link if a passed-in userID is used |
| [NEXTDECADEAGE] |
Displays the user's next decade birthday age |
| [DECADEBIRTHDAYCOUNTDOWN] |
The number of days until the user's next decade birthday |
| |
|
Click here to see the common UserProfile List tokens (friend lists, group members, user directory etc).
Click here to see the UserProfile StoryFeed tokens.