I'm not sure I follow the process the process of events starting from step 2.
You deleted the users altogether or you have removed the group from the addon's excluded groups?
From December 31st 2025 or November 23rd 2025? Can you confirm if new users added to the group after November 23rd...
Let me apologize to the rest of the community for delaying XF 2.4/3.0 for having the XF staff launch a major investigation all day because I consistently got redirected to the old docs page due to my browser aggressively caching the redirect. Shame on me.
Repro:
1) Create OAuth2 Application; Public flow
2) Request an access token
3) Revoke the application via Admin CP or User Settings -> Applications.
4) Use of the access token will result in 401 forbidden when making an API call (as expected)
5) Use the existing refresh token to request a new...
Not sure if this is considered a bug or feature request, but it looks like the ability to report content via API is missing and can only be done via web view.
Can you please add API endpoints for reporting a post, media, direct message, etc?
Fixes (it looks like ablum load is missing as well):
/src/addons/XFMG/Api/Category.php:104
Replace $finder->fetch() with $finder->limitByPage($page, $perPage)->fetch() (fix for loading albums)
/src/addons/XFMG/Api/Category.php:157
Replace $finder->fetch() with $finder->limitByPage($page...
I just upgraded to XF 2.3.8 from XF 2.3.7. I'm seeing this error on severage pages now:
ErrorException: Fatal Error: Trait "Sabberworm\CSS\Position\Position" not found
src/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php:35
Generated by: Unknown account
Jan 23, 2026 at 8:42 PM
Stack...
Is there a document that covers best practices for working with dates in templates with xenforo?
The date function doesn't seem to honor timezone, but date_time does?
With date, you can specify the traditional PHP format options, but date_time seems to have its own format? Does date_time...