Recent content by zeus3005

  1. zeus3005

    [XFA] Extended Cover [Paid]

    Ah sorry, we are currently using XF 2 and this plugin. However we were previously running 1.5 until about a month ago where we migrated to 2+
  2. zeus3005

    [XFA] Extended Cover [Paid]

    Update: I managed to find the place it stores the attachment data. It appears that the first post in a resource is stored as an "update" and is always ordered first. select resource_update_id from xf_rm_resource_update where resource_id = {resource_id} order by post_date limit 1 Then that...
  3. zeus3005

    [XFA] Extended Cover [Paid]

    I work with Nesman at TF2Maps. The XF1.5 version of this plugin basically automatically took any attached images from the post and put them in the cover. This new version doesnt seem to do that; which is mildly annoying but we would like to be able to automatically set this up for at least the...
  4. zeus3005

    XF 2.2 Post upgrade some embeded images not showing up

    The bb code in the post is literally just this we are 100% sure that file it references does indeed exist. Is there some reason this would not be able to dereferenced by XF?
  5. zeus3005

    XF 2.2 Post upgrade some embeded images not showing up

    We fixed one of these issues by running this plugin: https://xenforo.com/community/resources/remove-attach-limits.5618/ We still don't understand why attachments aren't rendering for posts like this one: https://tf2maps.net/threads/guide-lets-talk-about-lighting.19133/#post-259999 We also note...
  6. zeus3005

    XF 2.2 Post upgrade some embeded images not showing up

    Update: We discovered that there is another table involved in allowing something to embed. https://tf2maps.net/downloads/craggy-coast.8912/updates?page=2#resource-update-22191 https://tf2maps.net/threads/craggy-coast.40778/#post-465870 These posts are the same update, one is in the "updates"...
  7. zeus3005

    XF 2.2 Post upgrade some embeded images not showing up

    We recently upgraded from XF 1.5 to 2.2 and noticed a lot of posts have image attachments that no longer embed into the post. Example: https://tf2maps.net/threads/craggy-coast.40778/#post-465870 Note all the "View Attachment ####". The attachments do indeed exist and can be opened by clicking...
  8. zeus3005

    RM 2.2 Storing files in S3 with their original name and extension

    Hello! My community is currently storing our resources in S3 via: https://xenforo.com/community/resources/using-digitalocean-spaces-or-amazon-s3-for-file-storage-in-xf-2-1.6805/ However, we need to change how the files themselves are stored in the bucket. We basically want our S3 bucket to...
Top Bottom