Actions

Plugin manager/it: Difference between revisions

From LimeSurvey Manual

(Created page with "Sistema compatibile con il vecchio URL (pre-2.0).")
(Created page with "==Esportazione STATA==")
Line 80: Line 80:




==STATA export==
==Esportazione STATA==





Revision as of 07:01, 16 August 2023

Generale

LimeSuvey supporta i plugin dalla versione 2.05. Alcuni plugin sono supportati dal team di LimeSurvey GmbH e si trovano in core. E alcuni plugin sono supportati da altri, al di fuori del team di LimeSurvey. Se desideri utilizzarli, dai un'occhiata ai plugin disponibili. Ci auguriamo che aggiungerai anche il tuo plugin lì!

Plugin principali

Per accedere ai plug-in attualmente disponibili forniti con l'installazione di LimeSurvey, fai clic su Configurazione e seleziona Gestione plug-in:



Verrà visualizzato il seguente pannello:



LimeSurvey GmbH supporta al momento i seguenti plugin:


Sentiti libero di contattare il team di LimeSurvey tramite il bug tracker, LimeSurvey community chat su Discord o .limesurvey.org/customer-support/contact-us ticket system se uno dei plug-in di cui sopra non funziona correttamente.


Registro di controllo

Il plug-in Auditlog crea un registro degli eventi amministrazione' in una tabella specifica denominata <DB prefix> auditlog_log.

Per maggiori dettagli sul plugin e le sue opzioni, controlla la seguente sezione wiki.


Esporta i risultati in R

Se abilitato, sarai in grado di esportare i risultati del tuo sondaggio in R.


LDAP

Attivando questo plugin, puoi eseguire l'autenticazione di base su un server LDAP. Assicurati che la tua configurazione PHP abbia il supporto LDAP abilitato.


Abilitazione e configurazione delle impostazioni per il plugin AuthLDAP v2.05+:

  1. Abilita LDAP in PHP.INI.
  2. Verifica che phpinfo.php phpinfo.php indica che LDAP è abilitato.
  3. La posizione del file phpinfo.php integrato di LimeSurvey è: Configurazione -- Impostazioni -- Impostazioni globali -- Panoramica. Poi, sotto la tabella, avrai un link per "Mostra PHPInfo".
  4. Vai a LimeSurvey Plugin Manager.
  5. Configura il plugin LDAP.


Template:Nota


Database interno LimeSurvey

Questo plugin è attivato per impostazione predefinita e non può essere disattivato. Utilizza il database LimeSurvey integrato. È un meccanismo di fallback in modo che tu possa sempre accedere all'installazione quando necessario.


Template:Nota


OldUrlCompat

Sistema compatibile con il vecchio URL (pre-2.0).


Esportazione STATA

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.

FAQs

How can I run third-party plugins?

There are three possibilities to run third-party plugins:

  • install LimeSurvey CE (Community Edition) on your own server - unlimited freedom to run any third-party plugin;
  • contact our official partners (listed here) and check whether they support and maintain third-party plugins you wish to use;
  • if you are a LimeSurvey Pro customer and wish to install third-party plugins, you have to become corporate customer. For more details about the corporate package, write us via our support page.


The corporate package was created for our customers who wish to use personalized professional packages (e.g., extra storage space, extra alias domains, third-party app plugins, and so on). Do not hesitate to write us if you wish to find out more about this service and how we can personalize it for you.


How can I install a third-party plugins?

To install your own third-party plugin, you need to have access to your server (e.g., run your own LimeSurvey CE installation).

The standard procedure is to download the .zip file of the plugin, and extract it into the plugins folder of your LimeSurvey installation. Once done, it should be displayed in the Plugin Manager panel.

Please note that certain third-party apps may require additional steps for a correct configuration. For further information, message the developer of the respective plugin.


Can I develop my own authentication plugin?

If you want to develop your own authentication plugin, please continue reading our wiki page on this topic - authentication plugin development.


Plugins - advanced

Click here to find out more about plugins, how they work, and how new plugins can be integrated in LimeSurvey.