Recent content by MRaburn

  1. MRaburn

    [OzzModz] Cloudflare Image Resizing - On Demand Responsive Images [Deleted]

    Feature Suggestion: -- Allow a setting to bypass/exclude certain nodes/forums. The main benefit to this app is performance and SEO getting better PageSpeed scores. But it can be expensive. We served 670k requests this last month. $9 / 50k. You do the math. :) However we have private off...
  2. MRaburn

    [OzzModz] Cloudflare Image Resizing - On Demand Responsive Images [Deleted]

    I was able to fix the srcset errors. In your code you are not setting srcset before your IF statement. Line 24 we did $srcset = false; You could also change line 39 to: if (isset($srcset)) in src/addons/Nulumia/CFImageResizing/Callback/AttachmentFormatter.php...
  3. MRaburn

    [OzzModz] Cloudflare Image Resizing - On Demand Responsive Images [Deleted]

    Any update on this? The only thing I can see for sure that is weird is if I am logged in as Admin, I get broken image, 403 error and the log srcset error. If I am NOT logged in, then the image is displayed... As admin logged in, this is error from Inspector. GET...
  4. MRaburn

    [DigitalPoint] App for Cloudflare®

    Thanks, I may give this a try if I can get all my images moved over. In reference to CF Images, this is a new service I am seeing as opposed to the before Images where they just optimize and store in the cloud, this is a service where you upload images direct via API, etc. and then they get...
  5. MRaburn

    [DigitalPoint] App for Cloudflare®

    I'd be willing to test this plugin with you. I currently have 80gb of images stored on Digital Ocean's Spaces and use [OzzModz] Cloudflare Image Resizing Add-On which does a good job or serving optimized images. I was curious if a better solution would be to use the new "Cloudflare Images" to...
  6. MRaburn

    [OzzModz] Cloudflare Image Resizing - On Demand Responsive Images [Deleted]

    Any update on the $srcset errors we are all seeing? Filling up my Error logs.
  7. MRaburn

    [OzzModz] Cloudflare Image Resizing - On Demand Responsive Images [Deleted]

    Thanks! If you Inspect the calls its even showing some 403 Forbidden on those calls plus the error in the Xen logs.
  8. MRaburn

    [OzzModz] Cloudflare Image Resizing - On Demand Responsive Images [Deleted]

    Getting errors on some threads and not sure why, images do not render, some error our srcset Example page: https://www.stangnet.com/mustang-forums/threads/hello-hello.924938/ Happens logged in or out. Error:
  9. MRaburn

    Fixed XFMG - Rebuild Thumbnails File Not Found Exception

    I applied the patch but still get the same error Chris. Function looks like: protected function copyToOriginalPathIfNeeded() { $mediaItem = $this->mediaItem; $abstractedPath = $mediaItem->getAbstractedDataPath(); if (!$this->app->fs()->has($abstractedPath))...
  10. MRaburn

    Fixed XFMG - Rebuild Thumbnails File Not Found Exception

    @Chris D, One of my admins had restarted the Rebuild and this is how I had found it. I had moved the installation to a new server so I may be missing some files and will attempt to find and move over if I can. Thanks for your input and advice. I guess maybe just the Watermark function when...
  11. MRaburn

    Fixed XFMG - Rebuild Thumbnails File Not Found Exception

    As an update... Not sure why Folder 10 was missing, BUT both Regenerate Media Items and Thumbnails will complete on their own with errors of missing items, but the Regen Watermarks fails/stops when it hits a missing file.
  12. MRaburn

    Fixed XFMG - Rebuild Thumbnails File Not Found Exception

    Getting this error after upgrading from 1.x to 2.x and we were attempting to rebuild the watermarks and get the error below. I can see in the internal/xfmg folder there is no directory named /10/. Only 8,9,11,12,13. This structure is different on my 1.x install so not sure where what broke...
  13. MRaburn

    XF 2.0 Conditional For Style

    Curious if there was a variable to use a Conditional based on a Style. Currently a bug reported here does not allow Choice of Style to be applied so I would like to use a conditional for now...
  14. MRaburn

    XF 2.0 Xen IF Statements inside Ad Manager

    It appears the following code will not work inside of the HTML part of inserting an ad. I am trying to bypass some Forums I do not want the code in. <xf:if is="!in_array({$forum.node_id}, [228, 305, 308, 309, 310, 316, 341, 317, 49, 62, 253, 232, 81, 45, 319, 265])"> If I dump the code I get...
  15. MRaburn

    XF 1.5 Admin User Search Criteria 'Has Avatar'

    Thanks Chris! This method seems will give me some good ideas by using promotions and upgrades to find certain classes of users and act on it.
Top Bottom