Ok everyone, for those using 3.8.x using postbit Legacy
*******FIND:*******
HTML Code:
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
$post[onlinestatus]
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>
********AND REPLACE WITH*******
HTML Code:
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]"><if condition="$post['field6']"><img src="$post[field6]" border="0"/> <else />$post[musername]</if></a>
</div></if>
</div>