Recent content by Chris D

  1. Chris D

    Setup Cloudflare on vBulletin 3.8.11 (preparing to switch to Xenforo)

    In the context of clearly switching to XenForo, it's perfectly acceptable. This isn't what they asked for help with.
  2. Chris D

    Has there been any work done on the Importer tool?

    You made a bug report for this but it is still open so that issue has not yet been resolved.
  3. Chris D

    XF\Cli\Command\AbstractCommand::initialize returns when the parent is a void method

    I think this is two separate bug reports judging by the difference between the title and the message. Both are valid though so I'll copy one and adjust.
  4. Chris D

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    No. Funnily enough, after 8 hours a day working and 8 hours a day sleeping, humans tend to have at least 8 hours a day for other things. Then there’s two whole days a week where there’s more room for non work-related activities. This is like saying, “Am I correct to think that XF 2.4 are not...
  5. Chris D

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    I mean it's not a secret.
  6. Chris D

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    He got upset because we didn't roll out a bug fix here quick enough and didn't like a member of staff's response to that.
  7. Chris D

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    He still owns the company with Kier and is a company Director but Mike is not currently employed in a development role. We’ve been losing a large amount of third party developers every year for 10 years allegedly but the resource manager is as busy as ever. People come and go, sure. In some...
  8. Chris D

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    I mean we're not entirely incompetent. It would be extremely stupid for a business to have a single employee in control of everything. Especially when, logically, if there was one person (or two), that wouldn't be me, it would be @Kier and @Mike, being owners of said business.
  9. Chris D

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    That is incorrect. There are six members in the xenforo-ltd org. Which doesn't power only the public repos you might be able to see, it also houses our main development repos. I just happen to be the only one listed publicly, which is, I guess, a personal preference of the other staff. When I...
  10. Chris D

    Not a bug Ability to React Despite Disabled Reactions

    What mechanism exactly have you deployed to prevent the first post from being reacted to? The reason I ask is because I can clearly see that reactions are enabled in the forum in your video, because the reaction links are visible on the subsequent posts. This isn't a feature of the software...
  11. Chris D

    XenForo Cloud Diskspace & Backup Queries

    Offering additional storage is a fairly new option and is really still in a state of testing so it is not yet widely available, nor fully integrated with our checkout process. With that in mind, additional storage is available on request and can be added after the subscription is purchased, at...
  12. Chris D

    Can we add AWS SQS files to the main vendor folder?

    "config": { "vendor-dir": "src/vendor" }, This will ensure your composer.json uses the same directory as us.
  13. Chris D

    Can we add AWS SQS files to the main vendor folder?

    You should be able to use the src/vendor directory. To be on the safe side, because we already ship a partial AWS SDK, you’ll want to pin it to the same version as us which is ~3.0 or, to be more specific, 3.325.0 is the version we shipped with 2.3.7.
  14. Chris D

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    I'm not sure how aggressive it will be, yet, but ultimately we do want a stronger separation between data and view layers. While potentially useful in some contexts, for the most part, there's no reason to be triggering explicit database interaction in templates. (Implicit interactions, such as...
Back
Top Bottom