Recent content by digitalpoint

  1. digitalpoint

    [DigitalPoint] Profiles

    Icons come from FontAwesome, so if you want to change FontAwesome icons, you would need to talk to FontAwesome developers. If you just want to use the solid version of their badge icon, edit the profile_less_macros template and change @fa-var-badge-check to @fa-var-solid-badge-check.
  2. 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... 🤷🏻‍♂️
  3. 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/
  4. 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.
  5. 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...
  6. 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.
  7. 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? 🤷🏻‍♂️
  8. 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...
  9. digitalpoint

    [DigitalPoint] Better Google Analytics

    It’s dynamic.
  10. digitalpoint

    [DigitalPoint] Better Google Analytics

    Don’t see that happening (not from me anyway). Maybe post the idea and a developer will do it? 🤷🏻‍♂️
  11. 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.
  12. 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...
  13. 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...
  14. 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
  15. digitalpoint

    [DigitalPoint] App for Cloudflare®

    Without an error of some sort, no.
Back
Top Bottom