Download

All XenForo Resources for only 35.00 $ Months.

Support

Support 24/7 via DM.

Payment

Paypal secure payment.

Refunds

Once you download any Premium files, refunds will not be issued..

AndyB - Open PDF

Premium AndyB - Open PDF 1.5

No permission to download
The issue:

Cannot get Safari to view PDF attachments in the browser, it always just downloads.

The fix option 2:

Add this code to your src/config.php file:

Code:
$c->extend('inlineImageTypes', function(array $imageTypes)
{
    $imageTypes['pdf'] = 'application/pdf';
    return $imageTypes;
});
Back
Top