📢 Moderators Needed 🚀
Moderators are needed with resources to post or have access to resources to post. Submit an application to be considered.
Latest activity
-
AAlpha1 posted the thread RSS Google Error: Invalid object type for field "<parent_node>" in Xenforo RSS Feed.Invalid object type for field "<parent_node>" Items with this issue are invalid. Invalid items are not eligible for Google Search's rich...
-
Ttomato5 posted the thread RSS Emily Zara Michaels and JonBenet Ramsey, 7536 Bell Boulevard in Xenforo RSS Feed.Emily Zara Michaels looks like JonBenet Ramsey. She is at 7536 Bell Boulevard. This is a picture of the parents:
-
SSergiu Gatlan posted the thread RSS Jaguar Land Rover wholesale volumes down 43% after cyberattack in Bleeping Computer.Jaguar Land Rover (JLR) revealed this week that a September 2025 cyberattack led to a 43% decline in third-quarter wholesale volumes. [...]
-
XXon posted the thread RSS AdminCP "Administrators" navigation tab show incorrectly for some admins in Xenforo RSS Feed.AdminCP "Administrators" navigation tab if users have "manage users and moderators" admin permission, but the AdminController class...
-
KKirby posted the thread RSS Add-on ID validity check does not take wordcase into account in Xenforo RSS Feed.XenForo does accept to create two Add-ons with IDs SomeAddOn and SomeAddon. This does work on Unix-like OS (Linux, BSD, etc.) - but not...
-
KSteps to reproduce Setup an installation at domain.com/xf-install-1, configure it to send emails as xf-install-1@domain.com and...
-
Mmattrogowski posted the thread RSS Improve handling of mis-named import runner step in Xenforo RSS Feed.Just sunk a chunk of time debugging an issue with an importer where the key from the getSteps array was comments but the associated...
-
KKirby posted the thread RSS Method XF\BbCodeRenderer\Html::getValidUrl should be in a utility class in Xenforo RSS Feed.Not really a bug, but a development annoyance that could be fixed easily: Method XF\BbCodeRenderer\Html::getValidUrl can be useful in...
-
KIf an RSS feed has no title (or an empty title) the importer code uses description which may contain HTML - this HTML is not stripped.
-
KIt would be quite useful in some cases if it was possible to use array_sum , array_diff and array_reverse in templates but those...
-
KIn some cases it would be quite useful if AbstractNotifier methods canNotify, sendEmail, sendAlert had access to the notification data...
-
XWhen implementing additional criteria, XF exposes the method XF\Webhook\Event\AbstractHandler::getCriteriaClass. The problem is if XF...
-
KKirby posted the thread RSS Cant pass additional extraData to user spam checker from user registration service in Xenforo RSS Feed.PHP: public function checkForSpam() { $user = $this->user; $userChecker = $this->app->spam()->userChecker()...
-
KSeveral areas in XenForo require password confirmation before an action can be performed / completed. XenForo describes Passkeys as a...
-
XXon posted the thread RSS XF\Repository\Bookmark::createLabelForUser can throw an internal server error for duplicate labels in Xenforo RSS Feed.If a user submits twice rapidly; instead of a useful message for users, an internal server error is instead generated. Code...