Recent content by Ridemonkey

  1. 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.
  2. 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)?
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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.
  8. 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...
  9. 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...
  10. 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...
  11. Ridemonkey

    XF 2.3 Two-part import?

    Hm. I maintained the original content IDs in the initial import. Obviously importing attachments only is possible inside the XF importer - it's a selectable option. Seems like the map should be there somewhere. Any thoughts on how I could get there?
  12. Ridemonkey

    XF 2.3 Two-part import?

    I performed a forum import from an older version of XF in order to get my community back online when we were having trouble getting all of the file attachments transferred. So the import was performed, all of the posts are there, but the attachments directory was empty. I expected to see the...
  13. Ridemonkey

    UI.X 2 [Paid]

    There used to be a way to adjust the width of the "latest post" column in XF1. How do I do that in XF2/UI.X? edit: I can do this in the CSS like so, but is there a setting I'm missing? .structItem-cell.structItem-cell--latest { width: 140px }
  14. Ridemonkey

    ElasticSearch Essentials [Paid]

    Would it be possible to implement a "threads started by user" search? Right now, you can search for a user's content, and even display results by threads, but you can't filter that to only threads that the user started.
  15. Ridemonkey

    UI.X

    Weird, any idea why, if it's the XF menu handling, it doesn't show up in the stock theme?
Back
Top Bottom