Plugin manager/pl: Difference between revisions
From LimeSurvey Manual
Maren.fritz (talk | contribs) Created page with "==OldUrlCompat==" |
Maren.fritz (talk | contribs) Created page with "==Eksport STATA==" |
||
Line 80: | Line 80: | ||
==STATA | ==Eksport STATA== | ||
Revision as of 09:07, 26 September 2023
Ogólne
LimeSuvey obsługuje wtyczki od wersji 2.05. Niektóre wtyczki są obsługiwane przez zespół LimeSurvey GmbH i znajdują się w core. Niektóre wtyczki są obsługiwane przez inne, spoza zespołu LimeSurvey. Jeśli chcesz z nich skorzystać, sprawdź dostępne wtyczki. Mamy nadzieję, że dodasz tam również własną wtyczkę!
Podstawowe wtyczki
Aby uzyskać dostęp do aktualnie dostępnych wtyczek dołączonych do instalacji LimeSurvey, kliknij „Konfiguracja” i wybierz „Menedżer wtyczek”:

Wyświetli się następujący panel:

LimeSurvey GmbH obsługuje w tej chwili następujące wtyczki:
- Auditlog
- ' eksportuj wyniki do R'
- LDAP
- Wewnętrzna baza danych LimeSurvey
- OldUrlCompat
- Eksport STATA
- Serwer WWW
Dziennik audytu
Wtyczka Auditlog tworzy dziennik zdarzeń „administracyjnych” w określonej tabeli o nazwie „”<DB prefix> audytlog_log.
Aby uzyskać więcej informacji na temat wtyczki i jej opcji, sprawdź następującą sekcja wiki.
Eksportuj wyniki do R
Jeśli ta opcja jest włączona, będziesz mógł wyeksportować wyniki ankiety do R.
LDAP
Aktywując tę wtyczkę, możesz przeprowadzić podstawowe uwierzytelnianie na serwerze LDAP. Upewnij się, że w Twojej konfiguracji PHP włączona jest obsługa LDAP.
Włączanie i konfiguracja ustawień wtyczki AuthLDAP v2.05+:
- Włącz LDAP w PHP.INI.
- Sprawdź, czy phpinfo.php phpinfo.php pokazuje, że LDAP jest włączony.
- Lokalizacja wbudowanego phpinfo.php LimeSurvey to: Konfiguracja -- Ustawienia -- Ustawienia globalne -- Przegląd. Następnie pod tabelą znajdziesz link do "Pokaż PHPInfo".
- Przejdź do menedżera wtyczek LimeSurvey.
- Skonfiguruj wtyczkę LDAP.
Wewnętrzna baza danych LimeSurvey
Ta wtyczka jest domyślnie aktywowana i nie można jej wyłączyć. Korzysta z wbudowanej bazy danych LimeSurvey. Jest to mechanizm awaryjny, dzięki któremu zawsze możesz zalogować się do instalacji, gdy zajdzie taka potrzeba.
OldUrlCompat
Stary system zgodny z adresem URL (wcześniejszym niż 2.0).
Eksport 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.
How can I install a third-party plugins?

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.