Attachment Improvements By Xon

Attachment Improvements By Xon 2.6.7

No permission to download
XF Compatibility
  1. 2.2.x
  2. 2.3.x
Short Description
Get the latest version 2.6.7 of Attachment Improvements By Xon . Download and Discuss the 41.2 KB File size with zip Extention type . From The Content have 12 discussion, 12 Updates, 502 Views on NullPro Community .
Support for SVG attachments to be displayable as normal images.

Nginx X-Accel-Redirect (OPTIONAL)

Enables the use of Nginx's X-Accel-Redirect header feature for attachment serving.

This permits XenForo to-do validation and authentication, and offload the actual file serving to Nginx. This feature is not particularly well documented, but some info found here.



This addon assumes the /internal_data folder exists within the webroot, and you do not have a 'deny all;' statement but instead use 'internal;' to secure the internal_data folder.

For example, XenForo is accessible from: /forum rather than then the webroot.

The following must be added to config.php:

Code:


$config['internalDataUrl'] = '/forum/internal_data';

Something similar to the nginx config may be required in your webserver:


Code:


location ^~ /forum/internal_data {
internal;
add_header Etag $upstream_http_etag;
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
alias /path/to/internal_data;
}

To ensure you match how XenForo serves files, add the following headers into your website config for the internal_data folder:


Code:


add_header Etag $upstream_http_etag;
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;

New Permissions

Permits per-forum or conversation attachment size and count limits.

Respects the global forum wide attachment size/count limits, with per-usergroup settings allowing smaller values.



Due to how XF integer permissions work, 'unlimited' or '0' evaluate as no permission being set.

Post Install Instructions
Add 'svg' file extension to the list of supported to allow svg files to be uploaded.
  • Like
Reactions: tevem7
Author
newimage
Views
502
Extention type
zip
File size
41.2 KB
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Please Send Message to NP Team with direct message, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.

Latest updates

  1. 2.6.7 - changelog
    Fix XFRM resource icon extension was being stripped on updating for non-svg files
  2. 2.6.6 - changelog
    Fix server error when partial content requests isn't actually possible with the underlying...
  3. 2.6.4 - changelog
    Fix XF2.3 javascript error when using the "attach" button for non-svg images

More resources from newimage

[Xon] Search Improvements N
A collection of improvements to XF's Enhanced Search and some for XenForo's default MySQL search.
Proxmox VE VPS For WHMCS N
Proxmox VE VPS For WHMCS v3.10.1 not nulled by alfonsobp
a high-powered module that will automate all stages of provisioning virtual servers
s9e Media Sites N
This add-on implements a carefully curated collection of the most useful and most requested media si
Top