Jump to content

附件改进-Attachment Improvements By Xon

附件改进-Attachment Improvements By Xon 2.3.2

   (0 reviews)

1 Screenshot

XF 附件系统的一系列改进。

SVG 支持

Nginx 的 X-Accel-Redirect

论坛/对话的新权限(尊重全球附件大小和数量限制):

附件大小 (kb)。

最大附件数。

SVG 支持
支持将 SVG 附件显示为普通图像。

Nginx X-Accel-重定向(可选)

允许使用 Nginx 的 X-Accel-Redirect 标头功能进行附件服务。

这允许 XenForo 进行验证和身份验证,并将提供服务的实际文件卸载到 Nginx。 此功能没有特别详细的文档记录,但在 此处 。

遵循 使用 DigitalOcean Spaces 或 Amazon S3 进行 XF 2.x 附件中的文件存储后不再显示,您必须遵循相关的常见问题条目!

此插件假定 /internal_data 文件夹存在于 webroot 中,并且您没有“全部拒绝;” 声明,而是使用“内部;” 保护 internal_data 文件夹。

例如,XenForo 可以从以下位置访问:/forum 而不是 webroot。

必须将以下内容添加到 config.php:

代码:
$config['internalDataUrl'] = '/forum/internal_data';

 

您的网络服务器中可能需要类似于 nginx 配置的内容:

代码:
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;
}

 

为确保您匹配 XenForo 提供文件的方式,请将以下标头添加到您的网站配置中的 internal_data 文件夹:

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

 

新权限

允许每个论坛或对话的附件大小和计数限制。

遵守全球论坛范围的附件大小/计数限制,每个用户组的设置允许较小的值。

由于 XF 整数权限的工作方式,“无限制”或“0”评估为未设置权限。

安装后说明
将“svg”文件扩展名添加到支持列表以允许上传 svg 文件。

贡献功能或错误修复
请通过“更多信息”链接创建一个 Github Pull 请求。


What's New in Version 2.3.2   See changelog

Released

No changelog available for this version.

链接失效或无资源请在页面下方评论告知,本站会及时更新链接!不建议使用迅雷下载本站文件,如遇应版权方要求不能下载请更换其它下载工具!本站推荐开源BT下载工具(本站搜索):qbittorrent

User Feedback

Create an account or sign in to leave a review

You need to be a member in order to leave a review

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

There are no reviews to display.

shape1
shape2
shape3
shape5
shape7
shape8
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy Guidelines We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.