XenForo 2.3 Field Guide for AI Coding Agents

Tutoriel XenForo 2.3 Field Guide for AI Coding Agents

Add-on xenforo 2

Ressources et modules complémentaires pour XenForo 2

Styles xenforo 2

Styles / Thèmes et apparence pour xenforo 2

Templates xenforo 2

Codes pour modifier les templates sur xenforo 2

Section Premium

Add-on et Styles pour membre Premium
  • ⚠️ Section Premium. Réserver aux Membres Premium ⚠️
XenForo 2.3 Field Guide for AI Coding Agents

Tutoriel XenForo 2.3 Field Guide for AI Coding Agents

Catégorie Catégorie Tutoriel
Titre du sujet Titre du sujet XenForo 2.3 Field Guide for AI Coding Agents
Auteur de la discussion Auteur de la discussion laurent68
Date de début Date de début
Réponses Réponses 0
Affichages Affichages 4
Réaction Réaction 0
Dernier message par Dernier message par laurent68

laurent68

Fondateur

Staff
fondateur
Réputation: 100%
Discussions
5 048
Messages
13 203
Solutions
85
J'aime
8 087
Points
198
Additional requirements : Claude, Codex, VS Code with Copilot or Cursor

Been AI coding with Xenforo the last couple of weeks, first upgrading forums from 2.2 to 2.3 and then from 2.1 to 2.3, and after that, add-on developments and style upgrades. I asked Claude to document all the problems he encountered, and here is the polished result.

Recommended: SSH, FTP and DB access for the AI. You can ask the AI to build these tools if you want, or use existing github projects.

Resource description

XenForo 2.3.10 shipped official AI agent skills (php cmd.php xf-dev:install-ai-agents) that
cover conventions for scaffolding and writing add-ons. This field guide is a companion to those,
not a replacement — it covers what tends to bite after an add-on or theme already exists:
upgrading a live site across a major version, what a style-archive import actually does versus
what it looks like it does, template merge conflicts across theme versions, dark-mode and
icon-rendering quirks, and a catalog of specific core behaviors that read as bugs in your own
code until you know they're XenForo's.

Every claim in it was checked against XenForo's source, a real database, or an actual deploy —
not written from memory or guessed from the manual.

What's inside (a Claude/AI-agent "Skill" bundle — a SKILL.md plus five reference files; also
just readable as plain markdown if you don't use an AI agent at all):
  • Upgrading a live install across a major version and minimizing the maintenance window
  • Editing templates, style properties, and icons in a custom theme without fighting the ACP editor
  • The add-on upgrade lifecycle: canUpgrade()/canRebuild() conditions, why a release zip can
ship with empty data files, registering a permission versus actually granting it
- A catalog of specific XenForo core quirks (e.g. why structured data on an internationalized
domain can fail JSON validation, and why there's no CLI for per-language phrase translation)
- Operating an AI coding agent against real shared/VPS hosting: chrooted vs. unchrooted FTP,
blocked direct database access, hanging non-interactive CLI prompts

Also, ask the AI: Run XenForo's own xf-dev:install-ai-agents first, then unzip this alongside it (or
just read the markdown files directly — nothing here requires an AI agent to be useful).

Source :

Télécharger :
 
Contenu similaire Les plus vues Voir plus
Retour
Haut Bas