Recent content by Xon

  1. X

    Page could not be loaded

    After switching from the Let's Encrypt SSL cert to Google Trust Services for the SSL cert (as modern let's encrypt can have a compatibility issue with iOS 13 or older), and disabling HTTP/3 (QUIC) the issues appear to be resolved for my client. The ticket from Cloudflare had this as the...
  2. X

    Advanced Bb Codes Pack [Paid]

    The xtable bb-code is basically a legacy one since the stock bb-code is able todo most things without the wonky syntax. It is derived from the table bb-code from this old XF1.x add-on. It basically just swaps HTML's <> for table related html tags for {}. The major thing it supports over the...
  3. X

    Thread SEO changes [Paid]

    Xon updated Thread SEO changes with a new update entry: 1.1.4 - Maintenance update Read the rest of this update entry...
  4. X

    Advanced Bb Codes Pack [Paid]

    Xon updated Advanced Bb Codes Pack with a new update entry: 1.18.5 - Bugfix update Read the rest of this update entry...
  5. X

    Custom Fields Permissions

    What the heck, all this add-on does is add some anonymous functions to a list of anonymous functions to be called.
  6. X

    Page could not be loaded

    This is effecting one of my clients, and disabling "HTTP/3 (with QUIC)" hasn't helped :( I'll try disabling "0-RTT Connection Resumption" and see if that helps
  7. X

    Advanced Bb Codes Pack [Paid]

    If you had an old tabs bb-code installed before installing this add-on, you may need to manually import the XML files for the bb-code as this add-on attempts to avoid overwriting custom bb-codes which have the same name but do not use this add-on's code.
  8. X

    setupLogEntityActor can throw if moderator actions are triggered from CLI

    protected function setupLogEntityActor(ModeratorLog $log, User $actor) { $log->user_id = $actor->user_id ?? 0; if ($actor->user_id == \XF::visitor()->user_id) { $log->ip_address = Ip::stringToBinary(\XF::app()->request()->getIp()); } } By default stringToBinary will...
  9. X

    s9e Media Sites

    Imgur embeds support appears broken, as it is trying to load the url https://imgur.com/a/classic/embed?pub=true which returns a 404
  10. X

    Font awesome node icons

    Xon updated Font awesome node icons with a new update entry: 1.1.0 - Feature update Read the rest of this update entry...
  11. X

    Standard Library by Xon

    Xon updated Standard Library by Xon with a new update entry: 1.23.9 - Bugfix update Read the rest of this update entry...
  12. X

    Alert Improvements by Xon

    Xon updated Alert Improvements by Xon with a new update entry: 2.14.5 - Bugfix update Read the rest of this update entry...
  13. X

    Signup abuse detection and blocking [Paid]

    Xon updated Signup abuse detection and blocking with a new update entry: 1.20.5 - Maintenance update Read the rest of this update entry...
  14. X

    Thread SEO changes [Paid]

    Xon updated Thread SEO changes with a new update entry: 1.1.3 - Bugfix update Read the rest of this update entry...
  15. X

    CLI for rebuilding font-awesome icon usage is locked behind development mode

    The xf-dev:analyze-icons CLI command triggers an font-awesome icon rebuild identical to the admincp "Rebuild icon usage" option. It doesn't make much sense to be able to trigger this from the admincp but not the CLI.
Back
Top Bottom