Simple enough then. In your Post List template, simply add this below
$[post.created_by_user.miniprofile] (or wherever you want it to display)
{if $[post.index] == "0"}<img src="transparent.img"/>{/if}=]
i think i have a big if or something ... where shall i put it pls
i've had a lot of mod stuff done for my threads and post etc
{if $[viewing_recent_posts]}
{foreach $[post]}
{if $[post.id] == $[post.thread.first_post.id]}
<tr id="$[post.content_id]" class="$[post.content_class]{if $[post.even]} even{/if}{if $[viewing_recent_posts]} recent{/if}">
<td class="$[post.unblocked_class]">
<table role="grid">
<tr>
<span class="read" style="float: left; font-size: 18px; font-weight: bold; color: #ffffff;position:relative;top:-5px;right:4px;background-color:#000000;width:179px;border-radius:4px;"><font color="#000000">.</font>Views$[post.thread.views]{if $[post.thread.views] != 1}{/if}</span>
<td class="left-panel" rowspan="2">
$[post.created_by.miniprofile]
</td>
<td class="content">
<article>
<div class="content-head ui-helper-clearfix">
<div class="info">
<span style="display:block;line-height:150%;"><a href="$[post.thread.href]">$[post.thread.subject]</a> <img src = "http://i.imgur.com/gm0Pjix.gif"></span>
<span class="date"> <font size="1">Post created by: $[post.created_by.name]© in <a href="$[post.thread.board.href]">$[post.thread.board.name]</a> $[post.created_on]</font><br />
</span>
{if $[post.how_posted]}
<span class="post-method">via $[post.how_posted]</span>
{/if}
$[post.likes]
</div>
<div class="controls">
$[post.quote_button]
$[post.edit_button]
$[post.likes.button]
$[post.select_options]
</div>
</div>
<h3 class="title aria-hidden">Post by $[post.created_by.name] on $[post.created_on]</h3>
<div class="message">$[post.message]</div>
</article>
</td>
</tr>
<tr>
<td class="foot">
{if $[post.created_by.signature]}
<div class="signature">$[post.created_by.signature]</div>
{/if}
</td>
</tr>
</table>
</td>
{if $[post.is_blocked]}
<td class="$[post.blocked_class] content center">
<div class="message note pad-bottom">This post is hidden</div>
$[post.display_blocked_post_button]
</td>
{/if}
</tr>
{else}
<tr id="$[post.content_id]" class="$[post.content_class]{if $[post.even]} even{/if}{if $[viewing_recent_posts]} recent{/if}">
<td class="$[post.unblocked_class]">
<table role="grid">
<tr>
<span class="read" style="float: left; font-size: 18px; font-weight: bold; color: #ffffff;position:relative;top:-5px;right:4px;background-color:#000000;width:179px;border-radius:4px;"><font color="#000000">.</font>Views$[post.thread.views]{if $[post.thread.views] != 1}{/if}</span>
<td class="left-panel" rowspan="2">
$[post.created_by.miniprofile]
</td>
<td class="content">
<article>
<div class="content-head ui-helper-clearfix">
<div class="info">
<span style="display:block;line-height:150%;"><a href="$[post.thread.href]">$[post.thread.subject]</a></span>
<span class="date"> <font size="1">Post created by: $[post.created_by.name]© in <a href="$[post.thread.board.href]">$[post.thread.board.name]</a> $[post.created_on]</font><br />
</span>
{if $[post.how_posted]}
<span class="post-method">via $[post.how_posted]</span>
{/if}
$[post.likes]
</div>
<div class="controls">
$[post.quote_button]
$[post.edit_button]
$[post.likes.button]
$[post.select_options]
</div>
</div>
<h3 class="title aria-hidden">Post by $[post.created_by.name] on $[post.created_on]</h3>
<div class="message">$[post.message]</div>
</article>
</td>
</tr>
<tr>
<td class="foot">
{if $[post.created_by.signature]}
<div class="signature">$[post.created_by.signature]</div>
{/if}
</td>
</tr>
</table>
</td>
{if $[post.is_blocked]}
<td class="$[post.blocked_class] content center">
<div class="message note pad-bottom">This post is hidden</div>
$[post.display_blocked_post_button]
</td>
{/if}
</tr>
{/if}
{/foreach}
{if !$[post]}
<tr class="last"><td class="last center" colspan="1">No posts were found.</td></tr>
{/if}
<span class="p-subject"></span>
{else}
{foreach $[post]}
<tr id="$[post.content_id]" class="$[post.content_class]{if $[post.even]} even{/if}{if $[viewing_recent_posts]} recent{/if}">
<td class="$[post.unblocked_class]">
<table role="grid">
<tr>
<span class="read" style="float: left; font-size: 18px; font-weight: bold; color: #ffffff;position:relative;top:-5px;right:4px;background-color:#000000;width:179px;border-radius:4px;"><font color="#000000">.</font>Views$[post.thread.views]{if $[post.thread.views] != 1}{/if}</span>
<td class="left-panel" rowspan="2">
$[post.created_by.miniprofile]
</td>
<td class="content">
<article>
<div class="content-head ui-helper-clearfix">
<div class="info">
<span style="display:block;line-height:150%;"><a href="$[post.thread.href]">$[post.thread.subject]</a></span>
<span class="date"> <font size="1">Post created by: $[post.created_by.name]© in <a href="$[post.thread.board.href]">$[post.thread.board.name]</a> $[post.created_on]</font><br />
</span>
{if $[post.how_posted]}
<span class="post-method">via $[post.how_posted]</span>
{/if}
$[post.likes]
</div>
<div class="controls">
$[post.quote_button]
$[post.edit_button]
$[post.likes.button]
$[post.select_options]
</div>
</div>
<h3 class="title aria-hidden">Post by $[post.created_by.name] on $[post.created_on]</h3>
<div class="message">$[post.message]</div>
</article>
</td>
</tr>
<tr>
<td class="foot">
{if $[post.created_by.signature]}
<div class="signature">$[post.created_by.signature]</div>
{/if}
</td>
</tr>
</table>
</td>
{if $[post.is_blocked]}
<td class="$[post.blocked_class] content center">
<div class="message note pad-bottom">This post is hidden</div>
$[post.display_blocked_post_button]
</td>
{/if}
</tr>
{/foreach}
{if !$[post]}
<tr class="last"><td class="last center" colspan="1">No posts were found.</td></tr>
{/if}
<span class="p-subject"></span>
{/if}