Actions

Plugin manager/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "==imeSurvey internal database== このプラグインはデフォルトであり、無効にすることはできません。組み込みのLimeSurveyデータベースを使...")
(Created page with "=よくある質問= ==認証プラグインの開発== 独自の認証プラグインを開発したい場合は、このトピックに関するウィキAuthentication_plu...")
Line 52: Line 52:
{{Box|Feel free to contact the team via [https://bugs.limesurvey.org the bug tracker] or [irc://irc.freenode.net/limesurvey LimeSurvey IRC channel] if problems arise and some of the plugins are not working as they are supposed to.}}
{{Box|Feel free to contact the team via [https://bugs.limesurvey.org the bug tracker] or [irc://irc.freenode.net/limesurvey LimeSurvey IRC channel] if problems arise and some of the plugins are not working as they are supposed to.}}


=FAQ=
=よくある質問=
==Developing an authentication plugin==
==認証プラグインの開発==
If you want to develop your own authentication plugin, please read our whole wiki on this topic - [[Authentication_plugin_development|authentication plugin development]].
独自の認証プラグインを開発したい場合は、このトピックに関するウィキ[[Authentication_plugin_development|認証プラグイン]]をお読みください。
==I want to install third-party add-ons==
==サードパーティのアドオンをインストールしたい==
Check our [[Plugins - advanced|plugin section]], which is dedicated to advanced users. You could also take a look at our available [[Available third party plugins|third-party plugins]] that work with LimeSurvey.
上級ユーザー向けの[[Plugins - advanced/ja|プラグインセクション]]を確認してください。また、LimeSurveyで動作する[[Available third party plugins|サードパーティのプラグイン]]も参照してください。


=例=
=例=

Revision as of 23:39, 26 July 2018

概要

LimeSurvey2.05以降、LimeSurveyは正式にプラグインをサポートしています。一部のプラグインはLimeSurveyチームによってサポートされ、コアとして組み入れられています。LimeSurveyチーム以外の人たちによってサポートされるものもあります。それらを使用したい場合は、利用可能なプラグインをチェックしてください。あなた自身のプラグインも追加してください!

LimeSurveyで使えるプラグインは、設定->プラグインマネージャーの順でアクセスします。

LimeSurvey supports at the moment the following plugins:

Auditlog

Export results to R

ExtendStartpage

LDAP

このプラグインを有効にすると、LDAPサーバーに対して基本認証を実行できます。PHPの設定でLDAPサポートが有効になっていることを確認してください。

AuthLDAP v2.05+プラグインの設定を有効にして設定する:

  1. PHP.INIでLDAPを有効にします。
  2. phpinfo.phpでがLDAPが有効であることが示されていることを確認します。
  3. LimeSurveyにビルトインされているphpinfo.phpの場所: Configuration -- Settings -- Global Settings -- Overview テーブルの下に、"PHPInfoを表示"というリンクがあります。
  4. LimeSurvey Plugin Managerに行きます。
  5. LDAPプラグインを設定します。
詳細は、LDAP設定例を参照してください。

imeSurvey internal database

このプラグインはデフォルトであり、無効にすることはできません。組み込みのLimeSurveyデータベースを使用します。これは予備として機能するもので、必要に応じいつでもログインできます。

OldUrlCompat

QuickMenu

STATA export

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.

Feel free to contact the team via the bug tracker or LimeSurvey IRC channel if problems arise and some of the plugins are not working as they are supposed to.


よくある質問

認証プラグインの開発

独自の認証プラグインを開発したい場合は、このトピックに関するウィキ認証プラグインをお読みください。

サードパーティのアドオンをインストールしたい

上級ユーザー向けのプラグインセクションを確認してください。また、LimeSurveyで動作するサードパーティのプラグインも参照してください。