Recent content by Chris D

  1. Chris D

    xenforo.com not always loading properly

    Have seen other reports about Firefox but I’m using Zen browser and haven’t had an issue. If anyone can try the nightly build to see if it persists, that would be useful as it appears to be rather sudden.
  2. Chris D

    email and xenforo cloud

    The former. It’s just for your forum sending emails.
  3. Chris D

    XF 2.2 XenForo 2.2.19 isn't available in the customers' area?

    Yep forgot to make that one live, sorry. Should be okay now.
  4. Chris D

    XF 2.3 What's new in XenForo 2.3.10?

    @Russ write some design focused skills please ;)
  5. Chris D

    XF 2.3 What's new in XenForo 2.3.10?

    Not at this moment in time no. It's something we want to do. Template work via agents is still rough to say the least, even for add-on work. Style work is also not something we're doing very often so ironically we don't always have the expertise necessary to steer it in the right direction.
  6. Chris D

    Use NDJSON for metadata files

    We're testing this :)
  7. Chris D

    XF 2.3 What's new in XenForo 2.3.10?

    Just to be clear, it's not exactly a "support AI assistant" it's just development metadata / instruction files so your existing AI agents (like Codex and Claude Code) grasp a better understanding of the framework. I think you know that already but I just didn't want people to pick up on this...
  8. Chris D

    XF 2.3 What's new in XenForo 2.3.10?

    Later this week we will be releasing XenForo 2.3.10 with a couple of notable additions for developers. Phrase tools For more years than I've been at the company, we have had an internal tool which we use during development of features to help us keep on top of phrases. It scans the code base to...
  9. Chris D

    Won't fix EntityClassProperties CLI command uses FQNs

    At least for now, I'm recommending that we don't make changes here. To canonicalise the full journey to this point, the code is currently where it was at a few versions ago where it used FQNs. There was I think a single release cycle where it attempted to use short names via imports but it was...
  10. Chris D

    Duplicate The percentages do not seem to be correct in my forum. Shouldn't the total be 100%?

    This report covers the same issue: https://xenforo.com/community/threads/incorrect-in-rating-count-the-phrase-appears-in-other-languages.227943/ Has been fixed in the next release.
  11. Chris D

    Awaiting feedback RM, change user for resource with deleted user

    Can you still reproduce this and, if so, can you provide the full error details and stack trace?
  12. Chris D

    Awaiting feedback MySQL statement prepare error [1054]: Unknown column 'edit_count' in 'field list'

    This is unlikely to be a bug in normal operation. I appreciate it's been a while, but did you ever get to the bottom of this? I could really only see this happening if you reverted to an older version of the database.
  13. Chris D

    As designed "Show Ignored" feature can result in blank pagination results

    This would be more of a suggestion for the core software than a bug. This is just how ignored content works, across the board. Ignoring a user doesn't change what records are returned, they are returned as normal, but are then hidden and can be unhidden. Doing something different would be a...
  14. Chris D

    Fixed Quote/Mention alerts are sent to banned users

    No it fixes the issue reported only. But further, the issue you describe doesn't exist. The XF\Service\Report\ClosureNotificationService requires users that currently exist to be notified so a deleted member would not be alerted. $users = $this->app->em()->findByIds(User::class...
  15. Chris D

    XF 2.3 XenForo Skills / LLM helpers?

    If you're working with XenForo, first tip would be that you should enable development mode, add the following to config.php and run php cmd.php xf-dev:export --addon XF: $config['development']['skipAddOns'] = []; This allows the XF development output to be generated which will include...
Back
Top Bottom