ahhh figured it out...for those still on 3.8.x look for:
Code:
</td>
<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
and place this code above it:
Code:
<!-- Headset in postbit -->
div class="pbit"><if condition="$post['fieldx']">
Headset: <img src="images/headsets/$post[fieldx].png" alt="$post[fieldx]">
</if></div>
<!-- End Headset in postbit -->