Quote:
Originally Posted by Filgga
when someone goes to the page /private.php there's an error (after upgrade to 4.1.8). The sender of the Private Message is not displayed, you end up getting 'Array' as the sender.
|
Replace the contents of the
pm_messagelistbit template with
Code:
<div class="thread_<vb:if condition="$show['unread']">
new</vb:if>"><img src="{vb:stylevar imgdir_statusicon}/pm_{vb:raw pm.statusicon}.png" class="threadicon" alt="" /> <a href="private.php?{vb:raw session.sessionurl}do=showpm&pmid={vb:raw pm.pmid}" class="title">{vb:raw pm.title}</a>
</div>
<div class="windowbg" id="pm_{vb:raw pm.pmid}">
<vb:each from="userbit" value="row">
<a href="{vb:link member|js, {vb:raw row}}" class="username understate">{vb:raw row.username}</a>{vb:raw row.comma}
</vb:each>
: {vb:raw pm.senddate}, <span class="time">{vb:raw pm.sendtime}</span>
</div>