Hey,
One thing when someone enters there steam id it shows the status etc.. but if someone hasn't entered their id it shows nothing no box at all. Also it's showing everyone as: This profile is private.
Code:
<div class="postrow<vb:if condition="$show['postedited'] || $post['signature']"> has_after_content</vb:if>">
{vb:raw template_hook.postbit_messagearea_start}
<vb:if condition="$post['title'] OR $show['messageicon']">
<vb:if condition="$post['field5']"><div class="steamprofile" title="{vb:raw post.field5}" style="float: right;"></div></vb:if>
<h2 class="title icon">
<vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title}
</h2>
</vb:if>