Plugin manager/vi: Difference between revisions
From LimeSurvey Manual
Maren.fritz (talk | contribs) Created page with "{{Lưu ý|Đọc ví dụ cấu hình LDAP của chúng tôi để được trợ giúp thêm.}}" |
Maren.fritz (talk | contribs) Created page with "==Cơ sở dữ liệu nội bộ của LimeSurvey==" |
||
Line 65: | Line 65: | ||
==LimeSurvey | ==Cơ sở dữ liệu nội bộ của LimeSurvey== | ||
Revision as of 09:33, 10 January 2024
Chung
LimeSuvey đã hỗ trợ plugin kể từ phiên bản 2.05. Một số plugin được nhóm LimeSurvey GmbH hỗ trợ và nằm trong core. Và một số plugin được hỗ trợ bởi những plugin khác, ngoài nhóm LimeSurvey. Nếu bạn muốn sử dụng chúng, hãy xem plugin có sẵn. Chúng tôi hy vọng bạn cũng sẽ thêm plugin của riêng mình vào đó!
Các plugin cốt lõi
Để truy cập các plugin hiện có đi kèm với cài đặt LimeSurvey của bạn, hãy nhấp vào Cấu hình và chọn Trình quản lý plugin:

Bảng sau sẽ được hiển thị:

LimeSurvey GmbH hiện hỗ trợ các plugin sau:
- Auditlog
- ' xuất kết quả sang R'
- LDAP
- Cơ sở dữ liệu nội bộ của LimeSurvey
- OldUrlCompat
- Xuất STATA
- Máy chủ web
Nhật ký kiểm toán
Plugin Auditlog tạo nhật ký các sự kiện 'quản trị trong một bảng cụ thể có tên <DB prefix> Auditlog_log.
Để biết thêm chi tiết về plugin và các tùy chọn của nó, hãy kiểm tra phần wiki sau.
Xuất kết quả sang R
Nếu được bật, bạn sẽ có thể xuất kết quả khảo sát của mình sang R.
LDAP
Bằng cách kích hoạt plugin này, bạn có thể thực hiện xác thực cơ bản đối với máy chủ LDAP. Đảm bảo cấu hình PHP của bạn đã bật hỗ trợ LDAP.
Bật và định cấu hình cài đặt cho plugin AuthLDAP v2.05+:
- Bật LDAP trong PHP.INI.
- Xác minh rằng phpinfo.php phpinfo.php cho thấy LDAP đã được bật.
- Vị trí của phpinfo.php tích hợp của LimeSurvey là: Cấu hình -- Cài đặt -- Cài đặt chung -- Tổng quan. Sau đó, bên dưới bảng, bạn sẽ có liên kết "Hiển thị PHPInfo".
- Go to LimeSurvey Plugin Manager.
- Configure plugin LDAP.
Cơ sở dữ liệu nội bộ của LimeSurvey
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.