Does anyone know how to show the recipient's avatar in the posting_body.html of a private message... So that when you add the recipient it shows not only their name but also their avatar?
Something like {to_recipient.AVATAR}?
Code: Select all
<a href="{to_recipient.U_VIEW}">{to_recipient.NAME}</a>
<div class="recipientavatar">
<img src="{to_recipient.AVATAR}">
</div>