Actions

Plugin manager: Difference between revisions

From LimeSurvey Manual

mNo edit summary
mNo edit summary
Line 1: Line 1:
<languages /> <translate>
<languages /> <translate>


=General= <!--T:2-->
=General= <!--T:2-->


<!--T:14-->
<!--T:14-->
Line 8: Line 10:
<!--T:15-->
<!--T:15-->
To access the current available plugins that come together with your LimeSurvey installation: '''Configuration'''->'''Plugin manager'''.
To access the current available plugins that come together with your LimeSurvey installation: '''Configuration'''->'''Plugin manager'''.


<!--T:16-->
<!--T:16-->
<center>[[File:Plugin manager.png]]</center>
<center>[[File:Plugin manager.png]]</center>
<center>[[File:Plugin Manager.png]]</center>
<center>[[File:Plugin Manager.png]]</center>


<!--T:17-->
<!--T:17-->
Line 24: Line 28:
*'''[[Plugin manager#STATA Export|STATA Export]]''':
*'''[[Plugin manager#STATA Export|STATA Export]]''':
*'''[[Plugin manager#Webserver|Webserver]]''':
*'''[[Plugin manager#Webserver|Webserver]]''':


==Auditlog== <!--T:3-->
==Auditlog== <!--T:3-->


==Export results to R== <!--T:4-->
==Export results to R== <!--T:4-->


==ExtendStartpage== <!--T:5-->
==ExtendStartpage== <!--T:5-->


==LDAP== <!--T:6-->
 
==LDAP==  
 
 
<!--T:6-->
By activating this plugin, you can perform basic authentication against an LDAP server. Make sure your PHP configuration has LDAP support enabled.
By activating this plugin, you can perform basic authentication against an LDAP server. Make sure your PHP configuration has LDAP support enabled.


<!--T:18-->
<!--T:18-->
Line 41: Line 53:
#Go to LimeSurvey Plugin Manager.
#Go to LimeSurvey Plugin Manager.
#Configure LDAP plugin.
#Configure LDAP plugin.


<!--T:19-->
<!--T:19-->
{{Note|Read our [[LDAP configuration examples]] for further help.}}
{{Note|Read our [[LDAP configuration examples]] for further help.}}


==LimeSurvey internal database== <!--T:7-->
 
==LimeSurvey internal database==  
 
 
<!--T:7-->
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.  
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.  


==OldUrlCompat== <!--T:8-->
==OldUrlCompat== <!--T:8-->


==QuickMenu== <!--T:9-->
==QuickMenu== <!--T:9-->


==STATA export== <!--T:10-->
==STATA export== <!--T:10-->


==Webserver== <!--T:11-->
 
==Webserver==  
 
 
<!--T:11-->
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.  
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.  


<!--T:20-->
<!--T:20-->
{{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|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.}}


=FAQ= <!--T:12-->
 
=FAQ=  
 
 
<!--T:12-->
==Developing an authentication plugin==
==Developing an authentication plugin==
If you want to develop your own authentication plugin, please read our whole wiki on this topic - [[Authentication_plugin_development|authentication plugin development]].
If you want to develop your own authentication plugin, please read our whole wiki on this topic - [[Authentication_plugin_development|authentication plugin development]].
==I want to install third-party add-ons==
==I want to install third-party add-ons==
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.  
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.  


=Examples= <!--T:13-->
=Examples= <!--T:13-->


</translate>
</translate>

Revision as of 13:56, 17 October 2018

General

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 available plugins. We hope you will also add your own plugin there!

To access the current available plugins that come together with your LimeSurvey installation: Configuration->Plugin manager.



LimeSurvey supports at the moment the following plugins:


Auditlog

Export results to R

ExtendStartpage

LDAP

By activating this plugin, you can perform basic authentication against an LDAP server. Make sure your PHP configuration has LDAP support enabled.


Enabling and configuring settings for plugin AuthLDAP v2.05+:

  1. Enable LDAP in PHP.INI.
  2. Verify that phpinfo.php shows that LDAP is enabled.
  3. The location of LimeSurvey's built-in phpinfo.php is: Configuration -- Settings -- Global Settings -- Overview. Then, below the table, you will have a link for "Show PHPInfo".
  4. Go to LimeSurvey Plugin Manager.
  5. Configure LDAP plugin.


Read our LDAP configuration examples for further help.


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.


OldUrlCompat

QuickMenu

STATA export

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.


Feel free to contact the team via the bug tracker or LimeSurvey IRC channel if problems arise and some of the plugins are not working as they are supposed to.


FAQ

Developing an authentication plugin

If you want to develop your own authentication plugin, please read our whole wiki on this topic - authentication plugin development.


I want to install third-party add-ons

Check our plugin section, which is dedicated to advanced users. You could also take a look at our available third-party plugins that work with LimeSurvey.


Examples