ホーム > プラグイン > plugins

Plugins

Nucleus allows you to install custom plugins,adding extra functionality. Plugins can do different things:

  1. Act as a skin variable
  2. Act as a template variable
  3. Hook into events generated by Nucleus. The "move up" and "move down" links in "manage plugins" screen can be used to define the order in which plugins will be called when such an event occurs. The first plugin in the list will be called first,the last one will be called last.
  4. Act as actors when called through action.php

Note that the responsibility for plugins is entirely with the plugin author. He should make sure that everything works fine.

There are two main repositories where you can find plugins for Nucleus CMS:

Neither or these repositories is entirely complete. You will find some plugins in one,but not in the other,and vice versa. Do not be scared off of one or the other on account of language,as there are a few free translation services on the Internet that will help you get by.

Another resource that will help you while working with plugins is the search function at the support forum. You will even find some smaller plugins on the forum that never made it to the wiki.

プラグイン

Nucleusには、機能を拡張するためのプラグインをインストールできます。プラグインは次のように振る舞って、Nucleus本体だけでは実現できない様々な機能を提供してくれるでしょう。

  1. スキン変数のように振舞う
  2. テンプレート変数のように振舞う
  3. Nucleusが生成したイベントをフックする。イベント発生時にプラグインを呼び出す順番を決めるために、「プラグインの管理」画面の「↑ ひとつ上へ」と「↓ ひとつ下へ」リンクを使用できます。リスト先頭のプラグインが最初に呼び出され、最後のプラグインは最後に呼び出されます。
  4. action.phpを通して呼び出されたときにアクションを実行する。

プラグインに対する責任は、完全にプラグインの作者にあることをお忘れなく。プラグイン作者は、プラグインが問題なく動くように作らなければなりません。

NucleusCMSのプラグインの主だったものは、以下の二つのページから見つけ出すことが出来ます。

どちらのページも全てのプラグインを網羅しているわけではありませんが、これらのページのどちらかであなたが必要としているプラグインを見つけることが出来るでしょう。 インターネット上には無料の翻訳サービスがあるので、「読めない」と恐れることはありません。

あなたがプラグインを開発したり、機能を検索するその他のリソースとして、本家フォーラムNucleus日本語フォーラムがあります。 これらのフォーラムの中でも、プラグインリストに掲載されていない小さなプラグインを見つけることが出来るでしょう。

コメント送信

Nucleusをご利用いただき、ありがとうございます。ヘルプファイルの内容について気がついた事がございましたら、コメントフォームよりご連絡ください。
いただきましたコメントは、次期バージョンの「オンラインヘルプ」に反映させてまいります。
なお、コチラでは個別対応は出来ませんので、疑問点などございましたら、サポートフォーラムへ投稿をお願いいたします。

コメント

gblsm (2011年02月05日 15:45:05)

改訳案(先頭段落):
Nucleusには、機能を拡張するためのプラグインをインストールできます。プラグインは次のように振る舞って、Nucleus本体だけでは実現できない様々な機能を提供してくれるでしょう。

改訳案(3.の項):
Nucleusが生成したイベントをフックする。イベント発生時にプラグインを呼び出す順番を決めるために、「プラグインの管理」画面の「↑ ひとつ上へ」と「↓ ひとつ下へ」リンクを使用できます。リスト先頭のプラグインが最初に呼び出され、最後のプラグインは最後に呼び出されます。

改訳案(4.の項):
action.phpを通して呼び出されたときにアクションを実行する。

Yotaka (2011年03月19日 05:17:13)

ありがとうございます。訂正しました。