The mod is for postbit not postbit_legacy I will look into doing one for legacy now.
find in
postbit_legacy:
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>
Under that put:
Code:
<if condition="$post['fieldx1'] == '1'">
<b>Hardware Info</b><br>
</if>
<if condition="$post['fieldx2'] AND $post['fieldx1'] == '1'">
CPU: $post[fieldx2]<br>
</if>
<if condition="$post['fieldx3'] AND $post['fieldx1'] == '1'">
GFX: $post[fieldx3]<br>
</if>
<if condition="$post['fieldx4'] AND $post['fieldx1'] == '1'">
RAM: $post[fieldx4]<br>
</if>
<if condition="$post['fieldx5'] AND $post['fieldx1'] == '1'">
HDD: $post[fieldx5]<br>
</if>
<if condition="$post['fieldx6'] AND $post['fieldx1'] == '1'">
Mobo: $post[fieldx6]<br>
</if>
<if condition="$post['fieldx7'] AND $post['fieldx1'] == '1'">
OS: $post[fieldx7]<br>
</if>
<if condition="$post['fieldx8'] AND $post['fieldx1'] == '1'">
Sound: $post[fieldx8]
</if>
Hope thats right.. again if anyone can tidy it, lemme know