forward port of 6.8.4 avatar changes, -r 357:369
This commit is contained in:
parent
73531dfa5f
commit
da95226072
6 changed files with 2124 additions and 1809 deletions
|
|
@ -1072,6 +1072,11 @@ A conditional indicating that is true if this Post is the fifth in this Collabor
|
|||
<b>user.isPoster</b><br>
|
||||
A conditional indicating that is true if the current user submitted this Post.
|
||||
|
||||
<p>
|
||||
<b>avatar.url</b><br>
|
||||
A URL to the avatar for the owner of the Post, if avatars are enabled and the
|
||||
user has an avatar.
|
||||
|
||||
<p>
|
||||
<b>lastReply.*</b><br>
|
||||
These variables are only defined if the <b>Display last reply</b> property is set to true
|
||||
|
|
|
|||
|
|
@ -312,6 +312,11 @@ The name of the user who last updated or submitted the Post.
|
|||
Another name for <b>rating.value</b>
|
||||
<p>
|
||||
|
||||
<p>
|
||||
<b>avatar.url</b><br>
|
||||
A URL to the avatar for the owner of the Post, if avatars are enabled in the parent
|
||||
Collaboration System and the user has an avatar.
|
||||
|
||||
<b>views</b><br>
|
||||
The number of times that this post has been viewed.
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue