Skip to content
sjarvela edited this page Feb 13, 2015 · 7 revisions

Mollify can have both client and backend plugins, and some plugin packages have both, for example Comments plugin. Client plugin adds new functionality to the UI, and backend plugin adds new backend functionality like service interface, event handling etc.

Installation package contains plugins which only needs to be configured, see "Built-in plugins" below, and plugin specific instructions on how to configure them.

Installation

For syntax on how to register plugin in client or backend configuration, see Configuration.

Additional plugins, which are not included in installation package, are installed simply by unzipping the package into "backend/plugin" folder, and registering them in configuration according to instructions.

Whenever backend plugins are installed or updated, open the Mollify updater util to check if database update is required.

Available plugins

Commercial Plugins

Following plugins are released with Commercial Plugin license (for more information, see [http://www.mollify.org/license.php])

  • [QuotaPlugin Quota]
  • [HistoryPlugin History]

Built-in Plugins

  • [EventLoggingPlugin Event logging]
  • [RegistrationPlugin User registration]
  • [FileViewerEditorPlugin File viewer and editor]
  • [LostPasswordPlugin Lost password]
  • [NotificatorPlugin Notificator]
  • [ArchiverPlugin Archiver]
  • [SharePlugin Share]
  • [ItemCollectionPlugin Item collection]
  • [CommentsPlugin Comments]

Clone this wiki locally