Recent content by digitalpoint

  1. digitalpoint

    [DigitalPoint] App for Cloudflare®

    Basically this. Was originally made just for internal use for my own sites. It's one of about 10ish addons I have that I run on 100% of my XenForo sites. I don't personally have a use for it on WordPress, so... 🤷🏻‍♂️
  2. digitalpoint

    [DigitalPoint] App for Cloudflare®

    If it makes you feel better, you can purchase the WordPress version. 🤷🏻‍♂️ https://appforcf.com/items/app-for-cloudflare%C2%AE-pro.1/
  3. digitalpoint

    [DigitalPoint] App for Cloudflare®

    Not that I know of, no. Someone could certainly translate it and export the translation, but not sure if anyone has.
  4. digitalpoint

    [DigitalPoint] App for Cloudflare®

    A few things you can check.... make sure you didn't add restrictions to your API token (for example if you are having it only work for certain IPs) or restrictions on date/accounts it can be used on. I suppose maybe something is wrong with the token itself... you could always create a new one...
  5. digitalpoint

    [DigitalPoint] App for Cloudflare®

    Is your domain setup as zone in your Cloudflare account? That error implies there’s an issue retrieving settings for your zone.
  6. digitalpoint

    Implemented Implement an alternative provider for GIF support

    Sounds like it should just be a "animated gif" framework/abstraction with handlers so in the future, changing providers is as simple as changing handlers? 🤷🏻‍♂️
  7. digitalpoint

    [DigitalPoint] Better Google Analytics

    Probably better to apply special rules that route a request away from the application (XenForo) only if the file exists in the filesystem. I mean if you want to do it “right”. 😀 XenForo can handle any extension, so not sending certain requests to XenForo based on extension isn’t the best, so a...
  8. digitalpoint

    [DigitalPoint] Better Google Analytics

    It’s dynamic.
  9. digitalpoint

    [DigitalPoint] Better Google Analytics

    Don’t see that happening (not from me anyway). Maybe post the idea and a developer will do it? 🤷🏻‍♂️
  10. digitalpoint

    Abstracted filesystem in XF3

    Honestly symlinks would probably work better because for the "local" filesystem, you would just internally be using native PHP functions (file_get_contents, fopen, etc.) which work fine with symlinks.
  11. digitalpoint

    Abstracted filesystem in XF3

    Flysystems is used for the abstracted filesystem in XenForo 2, but I was just thinking... it's not particularly complicated. Maybe it would be worthwhile thinking about getting rid of that third-party library and just use standard PHP streams instead? Internally could just use...
  12. digitalpoint

    [DigitalPoint] App for Cloudflare®

    digitalpoint updated [DigitalPoint] App for Cloudflare® with a new update entry: Added Markdown for Agents setting Read the rest of this update entry...
  13. digitalpoint

    XF 2.3 [PROBLEMS] Cron <root@hosting> /home/USER/xenforo/cmd.php xf:run-jobs

    Your cronjob command needs to be prefiixed with php. It's not the cmd.php file that's (directly) executable. The cronjob command should instead be: php /home/USER/xenforo/cmd.php xf:run-jobs
  14. digitalpoint

    [DigitalPoint] App for Cloudflare®

    Without an error of some sort, no.
  15. digitalpoint

    [DigitalPoint] Better Google Analytics

    Looks like an underlying network issue. Honestly, I'll probably just start recommending that people not host the JavaScript on their own domain, then there's no network issues since it doesn't need to fetch the JavaScript. Disabling that option is the simple route, beyond that, you'd need to...
Back
Top Bottom