Recent content by Chris D

  1. Chris D

    Fixed 🐛 with Turkish characters such as ö and ü

    We have implemented some changes in Beta 7 to address a number of concerns surrounding romanization/transliteration of strings, some are reflected in this thread, others have been somewhat of an issue for some in different scenarios over time. Let's address the issue in this thread first. Our...
  2. Chris D

    XF 2.2 PHP 8.2 should I upgrade?

    What does the red message on your admin home page say? It's always worth following what that says.
  3. Chris D

    XF 2.3 Trending content

    Of course.
  4. Chris D

    Confirmed Could not resolve host: verify.solvemedia.com

    None of this is sitting right with me, including the fact that it apparently doesn’t work. We may have to speak with them. It’s possible we may remove this as a captcha option entirely. Is anyone actually using this and making money from it as advertised?
  5. Chris D

    Confirmed Media mirroring feature makes disk space limitations useless

    If it helps, we will probably make changes here. So can everyone please just keep the noise down a little, I have a headache 🤕
  6. Chris D

    Not a bug Poll thread type without a poll

    Yeah that isn't sitting quite right with me either. Most of the cases we've seen so far have been old content where posts were deleted before being imported from, say, vBulletin to XF. The vB to XF importer itself should do a Thread rebuild. So I am beginning to wonder whether you guys share...
  7. Chris D

    Not a bug Poll thread type without a poll

    I'm not actually sure. I would expect if you undeleted the deleted first post and deleted it again then that might sort it. But otherwise, no, just run the rebuild. You don't need to rebuild post positions (which is the one that takes a huge amount of time). And running it from the CLI is also...
  8. Chris D

    Confirmed Username change limit can be set to a value that is too high

    I think it might be sensible for us to impose a slightly less generous upper limit here so we'll leave the bug open ;) The main issue here is we then multiply that number by 86400 to get the number of seconds 😬 Which is 7.9689934398×10²³ in case you're wondering 😆
  9. Chris D

    Confirmed Username change limit can be set to a value that is too high

    Okay. Now find that option in your admin control panel. What is it set to? Did you set it to that number?
  10. Chris D

    XF 2.3 Boosting performance in XenForo 2.3

    All three approaches are valid for XF 2.3. Anything else is subject to change.
  11. Chris D

    XF 2.3 Boosting performance in XenForo 2.3

    If the aim is to use a duotone icon (as denoted by the fad class) then this one is the most appropriate: <xf:button href="https://..." class="button--link" fa="fad fa-eye-slash">Test</xf:button> The third one is basically the same as the second but still valid. The first one is valid too but...
  12. Chris D

    XF 2.2 Help! Auto Conversion of H2 to H3 Damaging All my AI Content

    You will have to just get your AI content to handle it at the point of creation. [H1] converts to <h2> [H2] converts to <h3> and so on.
  13. Chris D

    Not a bug Poll thread type without a poll

    We've seen another instance of this today. It seems to be exclusively manifesting with older threads, likely imported from other software, that have missing first_post_id references. We could silence errors like this simply enough but I'm of the opinion that we should let them be surfaced as it...
  14. Chris D

    Duplicate Missing required date format when importing a language

    https://xenforo.com/community/threads/error-when-trying-to-import-language-xml.220196/
  15. Chris D

    Confirmed Username change limit can be set to a value that is too high

    Okay, you got me. I'm confused. This basically shouldn't be able to happen in the code, as I am reading it. Can you run the following query against your database, and let us know the output? SELECT option_value FROM xf_option WHERE option_id = 'usernameChangeTimeLimit';
Top Bottom