Admin Plugins


This is where you configure some plugins used by NPDS.

The module creator (for instance IPBAN) has to do his best just so the configuration works fine inside NPDS.

After installing a module that has its own configuration pannel (via Plugins), the module will appear in the list.

The description of an Admin plugin is (file : admin/extend-modules.txt):
For each plugins :
[module]
    [nom]Plugins Name[/nom]
    [ModPath]path to the module (i.e. : modules/ipban)[/ModPath]
    [ModStart]file that launches the module (i.e. : ipban)[/ModStart]
    [niveau][/niveau]
[/module]
.
.

Tags : [niveau][/niveau] are optional (or empty) : in this case only SuperAdmins can configure the plugins.

Tags : [niveau][/niveau] integrates ONE (one means ONE) of the following values, only SuperAdmins AND administrators of the function can access it.
 - valuess :
     - radminarticle (Articles and Publish),
     - radmintopic (Topic),
     - radminleft (Left blocks),
     - radminmain (Main block),
     - radminright (Right blocks),
     - radminsurvey (Poll),
     - radminsection (Sections),
     - radminlink (Links),
     - radminephem (Ephemerids),
     - radminhead (Headlines),
     - radminfaq (FAQ),
     - radmindownload (Downlaod),
     - radminforum (Forums),
     - radminreviews (Reviews),
     - radminlnl (Newsletter),
     - radminsdv (Groups management),
     - radminuser (Edit Users),
     - radminfilem (FileManager),
     - radminsuper (Super Admin)

For instance : A plugin that has [niveau]radminlnl[/niveau] as 'level' will be shown to SuperAdmins AND Newsletter Administrators.