x

Các chương chính

  1. Đám mây LimeSurvey vs LimeSurvey CE
  2. LimeSurvey Cloud - Hướng dẫn bắt đầu nhanh
  3. LimeSurvey CE - Lắp đặt
  4. Cách thiết kế một cuộc khảo sát tốt (Hướng dẫn)
  5. Bắt đầu
  6. Cấu hình LimeSurvey
  7. Cấu hình LimeSurvey
  8. Giới thiệu - Khảo sát
  9. Xem menu khảo sát
  10. Xem cấu trúc khảo sát
  11. Giới thiệu - Câu hỏi
  12. Introduction - Question Groups
  13. Introduction - Surveys - Management
  14. Survey toolbar options
  15. Multilingual survey
  16. Quick start guide - ExpressionScript
  17. Advanced features
  18. General FAQ
  19. Troubleshooting
  20. Workarounds
  21. License
  22. Version change log
  23. Plugins - Advanced
 Actions

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 internal database==  
==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:


Vui lòng liên hệ với nhóm LimeSurvey qua trình theo dõi lỗi, Trò chuyện cộng đồng LimeSurvey trên Discord hoặc .limesurvey.org/customer-support/contact-us ticket system nếu bất kỳ plugin nào ở trên không hoạt động bình thường.


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+:

  1. Bật LDAP trong PHP.INI.
  2. Xác minh rằng phpinfo.php phpinfo.php cho thấy LDAP đã được bật.
  3. 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".
  4. Go to LimeSurvey Plugin Manager.
  5. Configure plugin LDAP.


Template:Lưu ý


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.


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.

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.