Attachment Improvements By Xon

Attachment Improvements By Xon v2.5.0

No permission to download
Headline
Support for SVG attachments to be displayable as normal images.
Short Description
You can FREE Download Attachment Improvements By Xon version v2.5.0 from nullpro website. it is zip Extention type and 34.1 KB File size. Until Attachment Improvements By Xon have 5 discussion, 5 Updates, 280 Views.
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.
Author
newimage
Views
280
Extention type
zip
File size
34.1 KB
First release
Last update
Rating
0.00 star(s) 0 ratings
Link was Broken? Please  Send Message to NP Team with Ticket, 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.
More resources from newimage

Latest updates

v2.5.0 - changelog
Only support range-requests for local files, not remote filesystems as the underlying library...
2.4.0 - 2.4.0
Require XenForo 2.2+ Require php 7.2+ Improve drag&drop editor support. Thanks to @NamePros for...
V2.3.2 - V2.3.2
Fix attempting to extract svg dimensions from <svg viewData> attribute
2.3.1 - 2.3.1 - Bugfix update
Fix error when rebuilding thumbnails ("Return value must be of the type string, null returned")
2.3.0 - 2.3.0 - Maintenance update
Installer now requires php 7+ & XenForo 2.1+ Add php7 type hinting Add icon for options group...

Similar resources

[AndyB] Attachment editor J
Allows rotating, resizing and adding a border to attachments.
0.00 star(s) 0 ratings
Views
147
Updated
[AndyB] Attachment information J
0.00 star(s) 0 ratings
Views
39
Updated
[AndyB] Attachment Manager M
Adds a line feed between each embedded attachment.
0.00 star(s) 0 ratings
Views
178
Updated