Actions

Plugin manager: Difference between revisions

From LimeSurvey Manual

mNo edit summary
mNo edit summary
Line 6: Line 6:


<!--T:14-->
<!--T:14-->
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 plugins|available plugins]]. We hope you will also add your own plugin there!
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 [[https://www.limesurvey.org/index.php/community/extensions|available plugins]]. We hope you will also add your own plugin there!


<!--T:15-->
<!--T:15-->
Line 35: Line 35:
Audit log plugin creates a log of '''administration''' events in a specific table called ''<DB prefix>auditlog_log''.  
Audit log plugin creates a log of '''administration''' events in a specific table called ''<DB prefix>auditlog_log''.  


For more details, please check the following [[Audit_log|wiki section]].
For more details about the plugin and its options, check the following [[Audit_log|wiki section]].


==Export results to R== <!--T:4-->
==Export results to R== <!--T:4-->
If enabled, you will be able to export your survey results into R.




==ExtendStartpage== <!--T:5-->
==ExtendStartpage== <!--T:5-->
If activated, the pages will be displayed in a "wide" mode - some of the white margins of different pages will be reduced in size.




Line 67: Line 73:


<!--T:7-->
<!--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 activated by default and cannot 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.  
 
 
{{Note|For more details on authentication plugins, check the following [[Authentication_plugins|wiki section]].}}




Line 73: Line 82:




==QuickMenu== <!--T:9-->
Old url (pre-2.0) compatible system




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


Activate it if you wish to export your survey results to a STATA .xml file.
Hit the ''Configure'' button to choose whether you want the .xml file be compatible with Stata 8 - State 12, or with State 13 or later.


==Webserver== <!--T:23-->  
==Webserver== <!--T:23-->  
Line 84: Line 98:
<!--T:11-->
<!--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.  




Line 97: Line 113:


<!--T:25-->
<!--T:25-->
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 continue reading our wiki on this topic - [[Authentication_plugin_development|authentication plugin development]].




Line 106: Line 122:
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-->
 


</translate>
</translate>

Revision as of 13:17, 2 November 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 [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

Audit log plugin creates a log of administration events in a specific table called <DB prefix>auditlog_log.

For more details about the plugin and its options, check the following wiki section.

Export results to R

If enabled, you will be able to export your survey results into R.


ExtendStartpage

If activated, the pages will be displayed in a "wide" mode - some of the white margins of different pages will be reduced in size.


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 activated by default and cannot 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.


For more details on authentication plugins, check the following wiki section.


OldUrlCompat

Old url (pre-2.0) compatible system


STATA export

Activate it if you wish to export your survey results to a STATA .xml file.

Hit the Configure button to choose whether you want the .xml file be compatible with Stata 8 - State 12, or with State 13 or later.


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 continue reading our wiki on this topic - authentication plugin development.


I want to install third-party plugins

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.