Recent content by theagenelshumm

  1. T

    Use proper image thumbnails for video attachments in threads.

    I was able to make some changes to the templates without any addons to accomplish this exact functionality. I no longer need this request :)
  2. T

    Use proper image thumbnails for video attachments in threads.

    Hello, currently when viewing a thread with posts with video attachments, the video attachment thumbnails load very slowly compared to image attachments. This is primarily because they are just requesting the first frame of the html5 video directly (not cached) and using that as the thumbnail...
  3. T

    Attachment Improvements By Xon

    "This permits XenForo to-do validation and authentication, and offload the actual file serving to Nginx." Am I confused or does this not mean that video attachments uploaded should no longer be accessible via a public link, or if it is, only accessible if you are logged in? Exactly how image...
  4. T

    Attachment Improvements By Xon

    Hello, I am on Xenforo 2.3 and can't seem to get the X-Accel-Redirect functionality to work (at least the permission/validation feature). The internal_data/ folder is available directly in web root, and I have added location ^~ /internal_data/ { internal; add_header Etag...
Back
Top Bottom