Warboc, on 19 April 2012 - 09:39 AM, said:
How do i get it to show up like that? 
This works on 3.2.3. Modify the template (inboxList in OtherGlobalTemplates). Here are my changes from default:
<h4 class='ipsType_sectiontitle'>{$this->lang->words['inbox_at_the_top']}<p class='ipsPad_half ipsType_smaller right'><a href='{parse url="app=members&module=messaging" base="public"}' class='configure'>{$this->lang->words['inbox_list_view']}</a> · <a href='{parse url="module=messaging&section=send&do=form" base="publicWithApp"}' title='{$this->lang->words['compose_new']}'>{$this->lang->words['compose_new']}</a></p></h4>
<ul class='ipsList_withminiphoto'>
<if test="hasTopics:|:count($topics)">
<foreach loop="loopynotify:$topics as $topic">
<li class='<if test="$topic['map_has_unread']">unread</if> ipsType_small clearfix'>
<img src='{$topic['_lastMsgAuthor']['pp_mini_photo']}' alt="{parse expression="sprintf($this->lang->words['users_photo'],$topic['_lastMsgAuthor']['members_display_name'])"}" class='ipsUserPhoto ipsUserPhoto_mini left' />
<div class='list_content'>
<a href='{parse url="app=members&module=messaging&section=view&do=findMessage&topicID={$topic['mt_id']}&msgID=__firstUnread__" base="public"}'>
<if test="$topic['map_has_unread']"><strong></if>{$topic['mt_title']}<if test="$topic['map_has_unread']"></strong></if>
</a>
<br />
<span class='ipsType_smaller desc lighter'>Last by {$topic['_lastMsgAuthor']['members_display_name']} - {parse date="$topic['msg_date']" format="short"}</span>
</div>
</li>
</foreach>
<else />
<li class='row1 ipsPad_half ipsType_smaller'>{$this->lang->words['inbox_list_none']}</li>
</if>
</ul>



Find content
Male
