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

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

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.

For installing plugins outside installation folder, see customization 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 license page).

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