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.

Additional plugins are installed simply by downloading the plugin package and unzipping them into "backend/plugin" folder, and registering them in configuration.

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

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

Commercial Plugins

  • [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