Attachment Improvements By Xon

Attachment Improvements By Xon 2.7.2

Sem autorização para baixar
Compatibilidade com XF
  1. 2.3.x
  2. 2.2.x
Descrição curta
Support for SVG attachments to be displayable as normal images.
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.
  • Curtir
Reações: tevem7
Autor
newimage
Visualizações
697
Tipo de extensão
zip
Tamanho do arquivo
43,5 KB
Primeiro lançamento
Última atualização
Avaliações 0,00 estrelas 0 avaliações
Link was Broken? Please Enviar mensagem para a equipe NP que vamos ajudá-lo rapidamente!
Apoie o desenvolvedor Se você está satisfeito com o teste ou seu projeto gerou lucro, clique no botão “Mais informações” para apoiar o desenvolvedor comprando.

Últimas atualizações

  1. 2.7.2 - change log
    Fix SVG attachment thumbnails not being generated for XF2.3.8+ Fix SVG attachment thumbnails did...
  2. 2.7.1 - change log
    Require StandardLib v1.22.0+ Fix drag&drop would use 'move' action instead of 'copy' for XF2.3...
  3. 2.6.7 - changelog
    Fix XFRM resource icon extension was being stripped on updating for non-svg files

Mais recursos de newimage

Aprimoramentos na Alerta N
Uma coleção de melhorias no sistema de Alertas do XenForo.
Visualizações
800
Atualizado
Pesquisa Avançada em Russo para o XenForo N
  • Destaque
Tradução da Busca Aprofundada Enhanced do XenForo 2.1.4 concluída.
Visualizações
823
Atualizado

Recursos similares

Aprimoramentos na Alerta N
Uma coleção de melhorias no sistema de Alertas do XenForo.
Visualizações
800
Atualizado
[Xon] Melhorias na Pesquisa N
Uma coleção de melhorias para a Pesquisa Acelerada do XF e algumas para a Pesquisa por padrão do MySQL do XenForo.
Conversation Improvements by Xon A
A collection of improvements to the XenForo Conversation system.
Visualizações
460
Atualizado
Top