Plugins Events
From Photostand Wiki
free ringtone samsung x497 transplants ringtones kyocera mobile ringtone virgin phone real ringtones polyphonic ringtones for verizon phones samsung e700 ringtones free free yahoo ringtones 700 palm ringtone treo kernkraft 400 ringtone free mobile ringtone wallpaper a460 ringtone samsung sprint free polyphonic nokia ringtone for 3650 pantech phone ringtone verizon wireless jamstars ringtones mpx220 ringtones free cingular ringtones for razr a800 polyphonic ringtone samsung real music tone ringtones 355 55 ringtone moan ringtone free true ringtone cellular free link phone ringtone wallpaper world.t35.com free ringtone for nokia 6016i ringtone.com ericsson ringtone sony t230 real ringtones canada downloadable ringtones for nextel bollywood polyphonic ringtone 3595 nokia polyphonic ringtone blue wrath ringtone mario midi ringtone polyphonic ringtones rock meat loaf ringtone how to download ringtones to mobile free monophonic ringtone motorola nokia tamil ringtone free motorola v3 ringtones free ringtone for lg phones sumcom ringtones airtel ringtones code download ringtones nokia 6600 trillville some cut ringtone metro pcs downloadable ringtone sabre dance ringtone great american country ringtone matchbox 20 ringtones verizon ringtones for lgvx3200 rap ringtones for free crazy cow ringtone download free ringtone cell phone create qcp ringtones motorola i730 ringtones nextel ring ring ring ringtones free lg vx 3200 ringtones ringtone motorola v300 ringtones for sidekick ii free ringtones for kyocera phantom iden cell phone ringtones free alltel ringtones.com motorola v60s ringtone tombile ringtones free sprint ringtone web site daughters ringtones free ringtones and logos.com boost mobile free mp3 ringtone exlge lotus mobile phone ringtone free panasonic gd55 ringtone nana patekar ringtone totally free real ringtones ringtone for nextel i860 viva las vegas ringtones latest ringtones download ringtone star war ringtone for lg1300 message phone ringtone text t moble ringtones.com midi nokia ringtones nickelback - savin me ringtones metal gear ringtone codec crazt frog ringtones downloadable i730 nextel ringtone nokia 6610 ringtones free free phantom of the opera ringtone i it like move ringtone lou and andy little britain ringtones oompa loompa ringtone anime mp3 ringtone motorola mp3 ringtone v265 vh1 flavor flav ringtone free verizon motorola ringtone motorola ringtone usa v66 free mp3 ringtones for motorola v600 ringtones nec e616 real music ringtone reggae free real nokia ringtones free king kottonmouth ringtone cky ringtone ringtones for sprint pcs cell phones ringtone monofonicos latest bollywood ringtones cacali
Contents |
What are Events?
Plugins events allow your plugin to execute himself anywhere either in the photoblog or in the administration panel. They might be compared to adresses: each of them define a single location. Basicly, events are locations. There's two kinds of events :
- Form events
- System events
Form events: This kind of event is used to display any HTML code at a specified location. For example, the "new-article" event is a form event, because it's located in the form section in the new article page.
System events: This kind of event is used to execute any functions that manage data. System events are always accompanied by the suffix ":SUBMIT". For example, the "new-article:SUBMIT" event is a system event, because it's located when a new article is being posted.
Below, you'll find a list of all available plugins for PhotoStand 1.2.0.
Photoblog Events
| Event | Description |
| photoblog-always | Executes in all photoblog pages. |
| new-comment:SUBMIT | Executes when a comment is posted. |
Administration Events
Articles management events
| Event | Description |
| new-article | Executes in the form section used to post a new article. |
| new-article:SUBMIT | Executes when a new article is posted. |
| edit-article | Executes in the form section used to edit an article. |
| edit-article:SUBMIT | Executes when an article is edited. |
| delete-article | Executes in the form section used to delete an article. |
| delete-article:SUBMIT | Executes when an article is deleted. |
Comments management events
| Event | Description |
| delete-comment | Executes in the form section used to delete a comment. |
| delete-comment:SUBMIT | Executes when a comment is deleted. |
Categories management events
| Event | Description |
| new-category | Executes in the form section used to create a new category. |
| new-category:SUBMIT | Executes when a new category is created. |
| edit-category | Executes in the form section used to edit a category. |
| edit-category:SUBMIT | Executes when a category is edited. |
| delete-category | Executes in the form section used to delete a category. |
| delete-category:SUBMIT | Executes when a category is deleted. |
Users management events
| Event | Description |
| new-user | Executes in the form section used to create a new user. |
| new-user:SUBMIT | Executes when a new user is created. |
| edit-user | Executes in the form section used to edit a user. |
| edit-user:SUBMIT | Executes when a user is edited. |
| delete-user | Executes in the form section used to delete a user. |
| delete-user:SUBMIT | Executes when a user is deleted. |
Plugins management events
| Event | Description |
| install-plugin:SUBMIT | Executes each time YOUR plugin is activated. |
| uninstall-plugin:SUBMIT | Executes each time YOUR plugin is deactivated. |
Configuration management events
| Event | Description |
| edit-about | Executes in the form section used to edit the About page. |
| edit-about:SUBMIT | Executes when the About page is edited. |
| edit-config | Executes in the form section used to edit the general photoblog configuration. |
| edit-config:SUBMIT | Executes when the general photoblog configuration is edited. |
| edit-database | Executes in the form section used to edit the database configuration. |
| edit-database:SUBMIT | Executes when the database configuration is edited. |
| import-data | Executes in the form section used to import data from another photoblogging system. |
| import-data:SUBMIT | Executes when data is imported from another photoblogging system. |
| uninstall-photostand | Executes in the form section used to uninstall PhotoStand. |
| uninstall-photostand:SUBMIT | Executes when the photoblog is uninstalled. |
Templates management events
| Event | Description |
| new-template | Executes in the form section used to create a new template. |
| new-template:SUBMIT | Executes when a new template is created. |
| edit-template | Executes in the form section used to edit template pages. |
| edit-template:SUBMIT | Executes when a template page is edited. |
| delete-template | Executes in the form section used to delete template. |
| delete-template:SUBMIT | Executes when a template is deleted. |
| new-template-page | Executes in the form section used to create a new page for a template. |
| new-template-page:SUBMIT | Executes when a new page for a template is created. |
Miscellaneous administration events
| Event | Description |
| view-statistics | Executes at the bottom section of the statistics page. |
| view-statistics:SUBMIT | Executes when a date is selected in the statistics page. |
| admin-always | Executes in all administration pages. |
| admin-head | Executes in the top section of all pages in the administration panel. |
| admin-foot | Executes in the bottom section of all pages in the administration panel. |
| sign-off:SUBMIT | Executes when the Sign Off link is clicked. |

