مرحبا أخي،
حرّر القالب attach_show
1- إذا أردت إضافة الصورة فوق معلومات الملف المرفق :
ابحث عن
CODE
<tr align="right">
<td width="50%" class="row1">
أضف قبله مباشرة (أعلاه)
CODE
<tr>
<td align="center" colspan="3" class="up_img">
<a href="index.php?page=download&attach=1&id={$AttachList['id']}">
<img src="styles/main/images/upload.png" alt="{$AttachList['filename']}" title="<strong>{$AttachList['filename']}"</strong> />
</a>
</td>
</tr>
2- إذا أردت إضافة الصورة بجانب اسم الملف المرفق :
ابحث عن CODE
<td width="50%" class="row1">
أضف قبله مباشرة (أعلاه)
CODE
<td class="row1 up_img1">
<a href="index.php?page=download&attach=1&id={$AttachList['id']}">
<img src="styles/main/images/upload.png" alt="{$AttachList['filename']}" title="<strong>{$AttachList['filename']}"</strong> />
</a>
</td>
ولا تنسى رفع الصورة upload.png إلى مجلّد الصور (https://pbboard.info/forums/styles/main/images)