-
Notifications
You must be signed in to change notification settings - Fork 61
Create an Addon
Spuds edited this page Nov 26, 2022
·
2 revisions
DEVELOPER DOCUMENTATION > ADDON
- package-info.xml
- "install.php" the exact name of the file can be anything defined in package-info.xml
- "install.xml" the exact name of the file can be anything defined in package-info.xml Code modifications are deprecated since ElkArte 1.0, hooks and layers are the preferred way to create add-ons.
Architecture
- Architecture
- [Coding Standards](Coding Standards)
- [Database Layer](Database layer)
- MVC
- Release
Functions and Variables
- About $user_info variable
- About the createList() function.
- About [Template Layers](Template layers).
- About [is_activated](is activated) values.
Customization
- [Create a theme](Make a new theme)
- [Create an Addon](Create an Addon)
GitHub