Recent content by Ridemonkey

  1. Ridemonkey

    UI.X 2 [Paid]

    I had this issue. I'm pretty sure it's just a bug in the style, and I should have reported it to ThemeHouse but did not do so. Maybe TH will resolve (they did say the Variations style is beta), but if you don't want to wait, you can fix this by going to Style Properties > Navigation > set...
  2. Ridemonkey

    XF 2.3 Manual import via API?

    Is there a reason you wouldn't try to import this directly into the database? The API is (as is normal for an API) intended to provide programmatic access to "standard" operations. So trying to manage your resource IDs isn't going to work, because the API explicitly isn't going to expose that...
  3. Ridemonkey

    UI.X 2 [Paid]

    It seems that the dark/light picker for the Variations version of UI.X now behaves better. One of the support people told me that the Variations style was still in a bit of a beta version due to the poor dark/light picker behavior. Is this now resolved or are there gremlins I should be looking...
  4. Ridemonkey

    [DigitalPoint] App for Cloudflare®

    Ah, speedy response as usual. I had stripped the leading /attachments/ since each bucket had its own contents. You need a "buy me a coffee" link for supporting your free add-ons.
  5. Ridemonkey

    [DigitalPoint] App for Cloudflare®

    Hi, it's me again. I've been serving the "data" directory for a while with no issues. I recently performed a full sync of my attachments up to a bucket on R2 and hit the switch to serve attachments from R2 as well. Everything looks okay in the control panel - it sees the attachment bucket...
  6. Ridemonkey

    [DigitalPoint] App for Cloudflare®

    Fair point, I was mislead I think by their inclusion in the internal_data directory which I (wrongly) assumed would only be served after a permission check.
  7. Ridemonkey

    [DigitalPoint] App for Cloudflare®

    Appreciate it. Will that config edit automatically permit the use of the presigned URLs as well (if they are configured)?
  8. Ridemonkey

    [DigitalPoint] App for Cloudflare®

    Sure, I get that. But honestly, I'd rather keep the flexibility. If I use an addon that converts hotlinked images into attachments, I destroy my ability to ever decide "hey this is too much, we'd like to just let the historical stuff go." The image proxy is a very convenient way to preserve...
  9. Ridemonkey

    [DigitalPoint] App for Cloudflare®

    Just wanted to surface this because I think it's a good use case for the R2 storage. The folder is labeled image_cache but in fact it's just serving data for the image proxy, which isn't exactly a fast cache and may not be ephemeral/easily rebuilt. It's not really intended for the purposes of a...
  10. Ridemonkey

    Content Ratings [Paid]

    Agreed, and actually that's relevant to my post too - that is, there's no settings to collapse reactions down to other widths based on responsive screen sizes. A setting to choose a reaction list style based on a minimum or maximum screen width would be useful. The inline reaction setting is...
  11. Ridemonkey

    Content Ratings [Paid]

    This is a great add-on. My only comment is that the "received reactions" bar tends to be huge and cause wrapping depending on how you use the layouts, especially on mobile. I took a crack at compacting it. I am not a CSS guru but just providing a suggestion for a potential future improvement...
  12. Ridemonkey

    Redis Cache By Xon

    If Redis is unavailable, will this add-on cause XF to gracefully fail back to a non-cached state, or will the site become unavailable? My experience is that the stock Redis implementation causes the site to return 500 errors if the cache layer goes away, even if a timeout is set.
  13. Ridemonkey

    XF 2.3 Graceful Redis failure?

    I'm running my test server with Redis (stock config, not Xon's addon), and it works fine. However, it doesn't gracefully fail - if Redis is unavailable, the whole site errors out. I have 'timeout' => 1 in the configuration, but it doesn't seem to help. Is this expected behavior? Is there a...
  14. Ridemonkey

    [DigitalPoint] App for Cloudflare®

    Thanks, I've done a little more digging into the settings now. So if I wanted to have minimal disruption to the live forum, I can stage the data using rclone by just doing a raw copy of the relevant data (e.g. /data/ or /internal_data/attachments) to an R2 bucket before enabling the setting...
  15. Ridemonkey

    [DigitalPoint] App for Cloudflare®

    This might be a stupid question, but just looking to verify - this plugin changes the underlying filesystem for the XenForo calls when you configure the R2 buckets to store data. This suggests that certainly the internal_data directory still gets served out of your server(s) in order to apply...
Back
Top Bottom