Plugin Intro
From Aikiframework wiki
Aiki have a plugin system similar to wordpress plugin system. You can write plugins that can changes the output of Aiki,or change behavior, or adding new features.
The configuration of plugins have three step:
- you must copy plugin file in your site in directory called plugins.
- you must make available the plugin: aiki must read the plugin and recognizes it as plugin.
- you must active the plugin for a site, a view, a language or a combination.
|
Currently there is not a graphical user interface for activating and deactivating plugins. However, we have included at aiki root in the latest version a script, setup_plugin.php which may be run as http://YOURSITE/setup_plugin.php to enable all plugins in the plugins folder. |
For example, you can install one plugin and activate it for frontend, but not for backend, or having a different configuration, depending of language.

