ستجد نفس الكود الذي بالأعلى مكرر مرتين اضف اسفل الكود الثاني كاملاً :
كود:
<!-- بداية هاك عام عرض صورة مصغره من المرفق الاول بجوار العنوان -->
<if condition="$vboptions['tbfm_enable'] AND $show['threadattachthumbs']">
<td class="thead"> </td>
</if>
<!-- نهاية هاك عام عرض صورة مصغره من المرفق الاول بجوار العنوان -->
<!-- بداية هاك عام عرض صورة مصغره من المرفق الاول بجوار العنوان -->
<if condition="$vboptions['tbfm_enable'] AND $show['threadattachthumbs']">
<td class="alt2">
<if condition="$thread['attachmentid'] AND $thread['hasthumbnail']">
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]">
<img class="threadsthumbs" src="attachment.php?$session[sessionurl]attachmentid=$thread[attachmentid]&stc=1&thumb=1" alt="$thread[threadtitle]" border="0" /></a>
<else />
<img class="threadsthumbs" src="$stylevar[imgdir_misc]/nothumb.gif" alt="$vbphrase[tbfm_nothumb]" border="0" />
</if>
</td>
</if>
<!-- نهاية هاك عام عرض صورة مصغره من المرفق الاول بجوار العنوان -->