Plugins

From OSClass

Contents

Plugins

In computing, a plug-in is a set of software components that adds specific capabilities to a larger software application. If supported, plug-ins enable customizing the functionality of an application. For example, plug-ins are commonly used in web browsers to play video, scan for viruses, and display new file types. (from Wikipedia)

In OSClass, there are a variety of plugins available, many officially supported, and others user supported. You may download official plugins here: http://osclass.org/extend/plugins/

How to install a plugin

Automatic

  • Under the Plugins tab of oc-admin, click Add New Plugin.
  • Click Browse to find the plugin's zip file on your computer. Then click Upload.
  • If upload was successful, you'll be taken to the Manage Plugins page. Click Install to install your new plugin.
  • Many plugins have their own administration tab, which will show up somewhere below the Tools menu tab on the far left.

Manually

  • Plugins could have custom install instructions, but in most of the cases it's required to place the files of the plugin inside the folder /ROOT_OF_OSCLASS/oc-content/plugins/. Then go to Plugins option under the admin panel and check "Install" from the plugin you want to install.


How to un-install a plugin

Plugins could have custom uninstall instructions, but in most of the cases you only have to go to Plugins option under the admin panel and check "Uninstall" from the plugin you want to uninstall. It's also recommended to remove the files of the plugin you don't plan to use.


How to create a plugin

Please refer to the specific page of How to create a plugin