Plugin manager/hu: Difference between revisions
From LimeSurvey Manual
Maren.fritz (talk | contribs) Created page with "==LDAP==" |
Maren.fritz (talk | contribs) Created page with "'''Az AuthLDAP v2.05+ bővítmény beállításainak engedélyezése és konfigurálása''': #Engedélyezze az LDAP-t a PHP.INI-ben. #Ellenőrizze, hogy [http://php.net/manual..." |
||
Line 54: | Line 54: | ||
''' | '''Az AuthLDAP v2.05+ bővítmény beállításainak engedélyezése és konfigurálása''': | ||
# | #Engedélyezze az LDAP-t a PHP.INI-ben. | ||
# | #Ellenőrizze, hogy [http://php.net/manual/en/function. phpinfo.php phpinfo.php] azt mutatja, hogy az LDAP engedélyezve van. | ||
# | #A LimeSurvey beépített phpinfo.php helye: Konfiguráció -- Beállítások -- Globális beállítások -- Áttekintés. Ezután a táblázat alatt megjelenik a „PHPInfo megjelenítése” hivatkozás. | ||
# | #Ugrás a LimeSurvey Plugin Manager oldalra. | ||
# | #Az LDAP beépülő modul konfigurálása. | ||
Revision as of 18:32, 9 October 2023
Általános
A LimeSuvey a 2.05-ös verzió óta támogatja a bővítményeket. Egyes bővítményeket a LimeSurvey GmbH csapata támogat, és a core-ban találhatók. Néhány beépülő modult pedig mások is támogatnak, a LimeSurvey csapatán kívül. Ha használni szeretné őket, nézze meg a elérhető bővítményeket. Reméljük, hogy a saját bővítményét is hozzáadja oda!
Core plugins
A LimeSurvey telepítésével együtt járó aktuálisan elérhető beépülő modulok eléréséhez kattintson a Konfiguráció elemre, és válassza a Plugin manager lehetőséget:

A következő panel jelenik meg:

LimeSurvey GmbH jelenleg a következő bővítményeket támogatja:
- Auditlog
- ' eredmények exportálása R-be'
- LDAP
- LimeSurvey belső adatbázis
- OldUrlCompat
- STATA Export
- Webszerver
Auditlog
Az Auditlog beépülő modul létrehoz egy naplót az adminisztráció eseményekről egy adott táblában, melynek neve: <DB prefix> auditlog_log.
A bővítményről és opcióiról a következő wiki szakasz található.
==Eredmények exportálása R==-be
Ha engedélyezve van, a felmérés eredményeit exportálhatja az R-be.
LDAP
A beépülő modul aktiválásával alapvető hitelesítést hajthat végre egy LDAP-kiszolgálón. Győződjön meg arról, hogy a PHP konfigurációjában engedélyezve van az LDAP támogatás.
Az AuthLDAP v2.05+ bővítmény beállításainak engedélyezése és konfigurálása:
- Engedélyezze az LDAP-t a PHP.INI-ben.
- Ellenőrizze, hogy phpinfo.php phpinfo.php azt mutatja, hogy az LDAP engedélyezve van.
- A LimeSurvey beépített phpinfo.php helye: Konfiguráció -- Beállítások -- Globális beállítások -- Áttekintés. Ezután a táblázat alatt megjelenik a „PHPInfo megjelenítése” hivatkozás.
- Ugrás a LimeSurvey Plugin Manager oldalra.
- Az LDAP beépülő modul konfigurálása.

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.

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.
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.