[Tinhte] Image Attachment Optimization & CDN Support

[Tinhte] Image Attachment Optimization 2.3.0 20170315

No permission to download
Could you post some screenshot? Or maybe there are some errors in logs.
No, I think it's not implemented yet. I mean if the images are uploaded to the post but not inserted by [Attach][/Attach] BB code, the images are displayed in the attached files box, and the address of the images are still the original address.
 
Question:

Why would I add /forums/ when that is NOT where the CDN data is?

Give me a sample of your CDN files? Your site logo, for example.
Please note that, my addon don't setup CDN for you, you must setup it first then config it to work with my adon.
 
Give me a sample of your CDN files? Your site logo, for example.
Please note that, my addon don't setup CDN for you, you must setup it first then config it to work with my adon.
OK, sure.

Site logo is here

http://www.sociallyuncensored.com/styles/su_xf_logo.png

Not that I'll think you need it, but here is what is used in the config.php file

PHP:
$config['javaScriptUrl'] = 'http://www.sociallyuncensored.com/js';
$config['externalDataUrl'] = 'http://www.sociallyuncensored.com/data';
 
OK, sure.

Site logo is here

http://www.sociallyuncensored.com/styles/su_xf_logo.png

Not that I'll think you need it, but here is what is used in the config.php file

PHP:
$config['javaScriptUrl'] = 'http://www.sociallyuncensored.com/js';
$config['externalDataUrl'] = 'http://www.sociallyuncensored.com/data';


OK. I understand. This is your CDN for Static files. Where is your CDN for Image Attachments? please give me a sample url to an image attachment on CDN.

Again, my addon don't setup CDN for your image attachments, you must setup it first (with Cloudfront, MaxCDN or a pointed domain)
 
XenForo by default, uploads all the attachments into /data/

So that would technically be

http://www.sociallyuncensored.com/data/attachments

Although if I go looking for them (file by file)

data/attachments/0/

No, That ins't right.
My addon don't store or copy any files to /data/, It keeps image attachments in original route.
CDN that you setup for static files doesn't apply to image attachments.

What kind of CDN service are you using?
 
No, That ins't right.
My addon don't store or copy any files to /data/, It keeps image attachments in original route.
CDN that you setup for static files doesn't apply to image attachments.

What kind of CDN service are you using?
That IS the default XenForo route.
 
Top Bottom