Plugins
From Photostand Wiki
[edit]
Introduction to Photostand plugins
Photostand plugins are based on an event/action system, that means that each plugin must define which action should be done whenever an event occurs. If you're already familiar with computer programming, you'll notice that it's nothing more complicated than an If - Else structure, but if you had never used any programmation language before, well I strongly recommend you to start learning PHP before creating any Photostand plugin.
[edit]
Plugin documentation
How to create a plugin
- Plugins Basics - Learn how to create simple structures.
- Plugins Function - Creating plugin functions that can be used into templates.
- Plugins Admin - Creating a plugin that interacts with the administration panel.
Triggers
- Plugins Triggers - Documentation on Photostand triggers.
- Plugins Events - List of all possible events.

