Actions

Plugin manager/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "=Voorbeelden=")
No edit summary
(15 intermediate revisions by the same user not shown)
Line 2: Line 2:
=Algemeen=
=Algemeen=


Starting from LimeSurvey 2.05, LimeSurvey officially supports plugins. Some plugins will be supported by the LimeSurvey team and will go into core. Some will be supported by others, outside the LimeSurvey team. If you would like to use them, check out the [[Plugins - advanced#Available third party plugins|available third party plugins]]. We hope you will also add your own plugin there!
Sinds versie 2.05 ondersteunt LimeSurvey plugins. Enkele plugins worden door het LimeSurvey-team feitelijk toegevoegd aan LimeSurvey. Andere plugins worden door anderen ondersteund. Als je een dergelijke plugin wilt gebruiken kijk dan op [[Plugins - advanced#Available third party plugins|beschikbare externe plugins]]. Je kunt ons vragen om hier ook een door jou gemaakte plugin te vermelden!


To access the current available plugins that come together with your LimeSurvey installation: '''Configuration'''->'''Plugin manager'''.
Om de huidige beschikbare plugins te bekijken die in je installatie aanwezig zijn: '''Configuratie'''->'''Pluginbeheer'''.


<center>[[File:Plugin manager.png]]</center>
<center>[[File:Plugin manager.png]]</center>
<center>[[File:Plugin Manager.png]]</center>
<center>[[File:Plugin Manager.png]]</center>


LimeSurvey supports at the moment the following plugins:
LimeSurvey ondersteunt nu de volgende (interne) plugins:
*'''[[Plugin manager#Auditlog|Auditlog]]''':
*'''[[Plugin manager/nl#Auditlog|Auditlog]]'''
*'''[[Plugin manager#Export results to R|export results to R]]''':
*'''[[Plugin manager/nl#Export results to R|Export results to R]]'''
*'''[[Plugin manager#ExtendStartpage|ExtendStartpage]]''':
*'''[[Plugin manager/nl#ExtendStartpage|ExtendStartpage]]'''
*'''[[Plugin manager#LDAP|LDAP]]''':
*'''[[Plugin manager/nl#LDAP|LDAP]]'''
*'''[[Plugin manager#LimeSurvey internal database|LimeSurvey internal database]]''':
*'''[[Plugin manager/nl#LimeSurvey internal database|LimeSurvey internal database]]'''
*'''[[Plugin manager#OldUrlCompat|OldUrlCompat]]''':
*'''[[Plugin manager/nl#OldUrlCompat|OldUrlCompat]]'''
*'''[[Plugin manager#QuickMenu|QuickMenu]]''':
*'''[[Plugin manager/nl#QuickMenu|QuickMenu]]'''
*'''[[Plugin manager#STATA Export|STATA Export]]''':
*'''[[Plugin manager/nl#STATA Export|STATA Export]]'''
*'''[[Plugin manager#Webserver|Webserver]]''':
*'''[[Plugin manager/nl#Webserver|Webserver]]'''


==Auditlog==
==Auditlog==
Line 27: Line 27:


==LDAP==
==LDAP==
By activating this plugin, you can perform basic authentication against an LDAP server. Make sure your PHP configuration has LDAP support enabled.
Als je deze plugin activeert kun je basis-authenticatie laten doen op een LDAP-server. In PHP moet dan wel LDAP-support zijn ingeschakeld.


'''Enabling and configuring settings for plugin AuthLDAP v2.05+''':
'''Inschakelen en instellen plugin AuthLDAP v2.05+''':
#Enable LDAP in PHP.INI.
#Schakel LDAP-support in je PHP.INI in.
#Verify that [http://php.net/manual/en/function.phpinfo.php phpinfo.php] shows that LDAP is enabled.
#Controleer dat [http://php.net/manual/en/function.phpinfo.php phpinfo.php] toont dat LDAP '''enabled''' is.
#The location of LimeSurvey's built-in phpinfo.php is: Upper Right Menu -- Configuration -- Settings -- Global SettingsThen, below the table, you will have a link for "Show PHPInfo".
#De locatie van LimeSurvey's interne phpinfo.php is: Menu -- Configuratie -- Instellingen -- Algemene instellingenOnder de tabel staat de link "Toon PHPInfo".
#Go to LimeSurvey Plugin Manager.
#Ga naar LimeSurvey Pluginbeheer.
#Configure LDAP plugin.
#Configureer de LDAP plugin.


{{Note|Read our [[LDAP configuration examples]] for further help.}}
{{Note|Lees [[LDAP settings/nl|voorbeelden]] voor uitgebreidere help.}}


==LimeSurvey internal database==
==LimeSurvey internal database==
This plugin is the default and can not be disabled. It uses the built in LimeSurvey database. It is a fall-back mechanism so that you can always login to the installation when needed.  
Deze plugin is altijd ingeschakeld. Het gebruikt de interne LimeSurvey database. Het is een garantie dat je altijd kunt inloggen.  


==OldUrlCompat==
==OldUrlCompat==
Line 48: Line 48:


==Webserver==
==Webserver==
This plugin leaves authentication to the webserver and reads the result from a configurable server setting. This method has been around for a while, and was configured from config.php. If you used this authentication, you should enable the plugin in the plugins menu and move your configuration from config.php to the plugin's settings.  
Met deze plugin gebeurt de authenticatie op de webserver, het resultaat wordt doorgegeven via een configuratie-instelling. Deze methode bestaat al enige tijd en werd toen gedaan via het bestand config.php. Als je deze authenticatie wilt gebruiken, dan moet je de plugin inschakelen, de authenticatie wordt dan niet meer via config.php gedaan maar met de instellingen van de plugin.  


{Box|Feel free to contact the team via [https://bugs.limesurvey.org the bug tracker] or [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel] if problems arise and some of the plugins are not working as they are supposed to.}
{{Box|Neem contact op met ons team via de [https://bugs.limesurvey.org bugtracker] of het [irc://irc.freenode.net/limesurvey LimeSurvey IRC channel] als er problemen zijn met een van de hier genoemde plugins.}}


=FAQ=
=Veel gestelde vragen=
==Developing an authentication plugin==
==Ontwikkelen van een authenticatie plugin==
If you want to develop your own authentication plugin, please read our whole wiki on this topic - [[Authentication_plugin_development|authentication plugin development]].
Als je een eigen authenticatie plugin, wilt maken lees dan eerst :  [[Authentication_plugin_development|Ontwikkelen authenticatie plugin development]].
==I want to install third-party add-ons==
==Ik wil externe plugins installeren==
Check our [[Plugins - advanced|plugin section]], which is dedicated to advanced users. You could also take a look at our available [[Available third party plugins|third-party plugins]] that work with LimeSurvey.  
Bekijk [[Plugins - advanced|plugin section]], speciaal voor ervaren gebruikers. Er zijn ook [[Available third party plugins|externe plugins]] beschikbaar.  


=Voorbeelden=
=Voorbeelden=

Revision as of 22:19, 22 November 2017

Algemeen

Sinds versie 2.05 ondersteunt LimeSurvey plugins. Enkele plugins worden door het LimeSurvey-team feitelijk toegevoegd aan LimeSurvey. Andere plugins worden door anderen ondersteund. Als je een dergelijke plugin wilt gebruiken kijk dan op beschikbare externe plugins. Je kunt ons vragen om hier ook een door jou gemaakte plugin te vermelden!

Om de huidige beschikbare plugins te bekijken die in je installatie aanwezig zijn: Configuratie->Pluginbeheer.

LimeSurvey ondersteunt nu de volgende (interne) plugins:

Auditlog

Export results to R

ExtendStartpage

LDAP

Als je deze plugin activeert kun je basis-authenticatie laten doen op een LDAP-server. In PHP moet dan wel LDAP-support zijn ingeschakeld.

Inschakelen en instellen plugin AuthLDAP v2.05+:

  1. Schakel LDAP-support in je PHP.INI in.
  2. Controleer dat phpinfo.php toont dat LDAP enabled is.
  3. De locatie van LimeSurvey's interne phpinfo.php is: Menu -- Configuratie -- Instellingen -- Algemene instellingen. Onder de tabel staat de link "Toon PHPInfo".
  4. Ga naar LimeSurvey Pluginbeheer.
  5. Configureer de LDAP plugin.
Lees voorbeelden voor uitgebreidere help.

LimeSurvey internal database

Deze plugin is altijd ingeschakeld. Het gebruikt de interne LimeSurvey database. Het is een garantie dat je altijd kunt inloggen.

OldUrlCompat

QuickMenu

STATA export

Webserver

Met deze plugin gebeurt de authenticatie op de webserver, het resultaat wordt doorgegeven via een configuratie-instelling. Deze methode bestaat al enige tijd en werd toen gedaan via het bestand config.php. Als je deze authenticatie wilt gebruiken, dan moet je de plugin inschakelen, de authenticatie wordt dan niet meer via config.php gedaan maar met de instellingen van de plugin.

Neem contact op met ons team via de bugtracker of het LimeSurvey IRC channel als er problemen zijn met een van de hier genoemde plugins.


Veel gestelde vragen

Ontwikkelen van een authenticatie plugin

Als je een eigen authenticatie plugin, wilt maken lees dan eerst : Ontwikkelen authenticatie plugin development.

Ik wil externe plugins installeren

Bekijk plugin section, speciaal voor ervaren gebruikers. Er zijn ook externe plugins beschikbaar.

Voorbeelden