Plugins

Plugins are placed inside the "plugins" folder, each on its own subfolder, which is named after the plugin.

Plugins can be called from the content, using marker % !#plugin pluginame#! %, or (LNE 3 database or LNE 2.3 no database and up) from the template, using marker $#plugin pluginame#$.

Plugins consist of a set of files, placed inside the plugin folder: first.mod, header.mod, onload.mod, place.mod, include.mod, setup.mod.

The dropdown plugin, available for download, is a good example that you can use to learn how to make a LightNEasy plugin.

Note: a plugin can consist of just one file or all the files above. LightNEasy will check for their existence and use them if present.