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.
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.
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...
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...
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...
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.
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.
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...
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...
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...