لعرض ملفات PDF مباشرة على المتصفح
حرر قالب:
attach_show
وابحث عن السطر 64
CODE
<a class="button button_b" href="index.php?page=download&attach=1&id={$AttachList['id']}" title="{$AttachList['filename']}"><b><i class="fa fa-download fa-2x"></i> {$lang['upload']}</b></a>
واستبدله ب:
CODE
{if {$AttachList['extension']} == 'pdf'}
<a class="button button_b" href="{$AttachList['filepath']}" title="{$AttachList['filename']}"><b><i class="fa fa-download fa-2x"></i> {$lang['upload']}</b></a>
{else}
<a class="button button_b" href="index.php?page=download&attach=1&id={$AttachList['id']}" title="{$AttachList['filename']}"><b><i class="fa fa-download fa-2x"></i> {$lang['upload']}</b></a>
{/if}
انتهى ..