This shows you the differences between two versions of the page.
|
glfusion:development:api:plugin:functions [2010/02/02 02:12] 127.0.0.1 external edit |
glfusion:development:api:plugin:functions [2010/07/14 15:48] (current) Rowan Changed heading from "_pluginmame" to "pluginname" |
||
|---|---|---|---|
| Line 81: | Line 81: | ||
| - | ====== plugin_autouninstall_{pluginmame} ====== | + | ====== plugin_autouninstall_{pluginname} ====== |
| (glFusion v1.0.0) | (glFusion v1.0.0) | ||
| Line 120: | Line 120: | ||
| - | ====== plugin_cclabel_{pluginmame} ====== | + | ====== plugin_cclabel_{pluginname} ====== |
| (glFusion v1.0.0) | (glFusion v1.0.0) | ||
| Line 151: | Line 151: | ||
| The plugin should validate that the user has the necessary permissions to see the link. The Command & Control screen will be displayed for any user that has administrative rights to **any** glFusion feature or plugin. For example, a user with the Story.Admin privilege will be able to access the C&C screen. | The plugin should validate that the user has the necessary permissions to see the link. The Command & Control screen will be displayed for any user that has administrative rights to **any** glFusion feature or plugin. For example, a user with the Story.Admin privilege will be able to access the C&C screen. | ||
| - | ====== plugin_centerblock_{pluginmame} ====== | + | ====== plugin_centerblock_{pluginname} ====== |
| (glFusion v1.0.0) | (glFusion v1.0.0) | ||
| Line 230: | Line 230: | ||
| } | } | ||
| </code> | </code> | ||
| - | ====== plugin_checkforSpam_{pluginmame} ====== | + | ====== plugin_checkforSpam_{pluginname} ====== |
| (glFusion v1.0.0) | (glFusion v1.0.0) | ||
| Line 256: | Line 256: | ||
| </code> | </code> | ||
| - | ====== plugin_chkVersion_{plugin_name} ====== | + | ====== plugin_chkVersion_{pluginname} ====== |
| (glFusion v1.0.0) | (glFusion v1.0.0) | ||
| Line 281: | Line 281: | ||
| } | } | ||
| </code> | </code> | ||
| - | ====== plugin_commentPreSave_{pluginmame} ====== | + | ====== plugin_commentPreSave_{pluginname} ====== |
| (glFusion v1.0.0) | (glFusion v1.0.0) | ||
| Line 342: | Line 342: | ||
| </code> | </code> | ||
| - | ====== plugin_deletecomment_{pluginmame} ====== | + | ====== plugin_deletecomment_{pluginname} ====== |
| (glFusion v1.0.0) | (glFusion v1.0.0) | ||
| Line 418: | Line 418: | ||
| - | ====== plugin_getglobaljs_{pluginmame} ====== | + | ====== plugin_getglobaljs_{pluginname} ====== |
| (glFusion v1.1.0) | (glFusion v1.1.0) | ||
| Line 447: | Line 447: | ||
| - | ====== plugin_getheadercss_{pluginmame} ====== | + | ====== plugin_getheadercss_{pluginname} ====== |
| (glFusion v1.1.0) | (glFusion v1.1.0) | ||
| Line 505: | Line 505: | ||
| - | ====== plugin_getheaderjs_{pluginmame} ====== | + | ====== plugin_getheaderjs_{pluginname} ====== |
| (glFusion v1.1.0) | (glFusion v1.1.0) | ||