forked from elkarte/Elkarte
-
Notifications
You must be signed in to change notification settings - Fork 0
Create an Addon
spuds edited this page Feb 16, 2015
·
1 revision
[DEVELOPER DOCUMENTATION](Tech Home) > [ADDON](Create an 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