report_view is missing parameter defaultname

Status
This content is read-only, or is not open for further replies.

Kirby

Guest
offline
Code:

Code:
<xf:avatar user="$comment.User" size="xxs" />
<h4 class="attribution"><xf:username user="$comment.User" rich="true" /></h4>

Both xf:avatar and xf:username are missing defaultname="{$comment.username}" which causes no username and an unknown avatar being displayed if the comment was made by a deleted user.

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom