جيد .
يبدو انك ستحتاج فقط لتغيير روابط الصور المرفقة في قالب attach_show لكي تظهر ويتم جلبها من قاعدة البيانات إذا لم يتم العثور عليها في مجلد download
جرب التالي ابحث عن :
CODE
<a href="{$AttachList['filepath']}" rel="facebox"><img src="{$AttachList['filepath']}" border="0" alt="" class="UserPhoto" width="90px" height="80px" onload="ResizeAv(this)" /></a>
واستبدله إلى :
CODE
<a href="index.php?page=download&attach=1&id={$AttachList['id']}" rel="facebox"><img src="index.php?page=download&attach=1&id={$AttachList['id']}" border="0" alt="" class="UserPhoto" width="90px" height="80px" onload="ResizeAv(this)" /></a>
كما يمكنك حذف الاضافة البرمجية الخاصة بتحويل المرفقات فقد انتهت مهمتها
تم تحرير المشاركة بواسطة :Soliman
بتاريخ:01-11-2012 05:45 صباحاً
الساعة الآن 04:42 AM