plugin

plugin

use phoca font plugin to install chinese font

J3X刘备曹操 回复了问题 • 2 人关注 • 1 个回复 • 937 次浏览 • 2017-07-18 01:26 • 来自相关话题

水鹰脚本 三维脚本插件开发 3d max script plugin 采用joomla构建新网站

回复

J3X孤独者 发起了问题 • 1 人关注 • 0 个回复 • 719 次浏览 • 2017-07-18 00:22 • 来自相关话题

content plugin idea for Joomla! 1.5.3: Register to read fulltext

J3X追梦人 回复了问题 • 10 人关注 • 19 个回复 • 968 次浏览 • 2017-07-18 00:06 • 来自相关话题

content plugin idea for Joomla! 1.5.3: Register to read fulltext

J3X3P网络 回复了问题 • 9 人关注 • 19 个回复 • 954 次浏览 • 2017-07-18 00:06 • 来自相关话题

content plugin idea for Joomla! 1.5.3: Register to read fulltext

J3X~~~~~~~~~ 回复了问题 • 4 人关注 • 5 个回复 • 836 次浏览 • 2017-07-18 00:06 • 来自相关话题

建议汉化joomlart的JA T3 System plugin for Joomla 1.5

J3X刘备曹操 回复了问题 • 7 人关注 • 10 个回复 • 765 次浏览 • 2017-07-17 23:39 • 来自相关话题

Missing jat3 framework plugin

J2X追梦人 回复了问题 • 3 人关注 • 2 个回复 • 669 次浏览 • 2017-07-14 05:28 • 来自相关话题

我快崩溃了 publish geshi那个plugin之后就提示Restricted access

J2X3P网络 回复了问题 • 2 人关注 • 1 个回复 • 747 次浏览 • 2017-07-14 05:15 • 来自相关话题

Plugin to put Adsense Ads

J2XQQ被盗了 回复了问题 • 3 人关注 • 2 个回复 • 522 次浏览 • 2017-07-14 05:06 • 来自相关话题

JoomlaFCK_editor_plugin_v2.6.0_chinese 图片相对路径问题

J2X追梦人 回复了问题 • 3 人关注 • 3 个回复 • 792 次浏览 • 2017-07-14 04:56 • 来自相关话题

use phoca font plugin to install chinese font

回复

J3X刘备曹操 回复了问题 • 2 人关注 • 1 个回复 • 937 次浏览 • 2017-07-18 01:26 • 来自相关话题

水鹰脚本 三维脚本插件开发 3d max script plugin 采用joomla构建新网站

回复

J3X孤独者 发起了问题 • 1 人关注 • 0 个回复 • 719 次浏览 • 2017-07-18 00:22 • 来自相关话题

content plugin idea for Joomla! 1.5.3: Register to read fulltext

回复

J3X追梦人 回复了问题 • 10 人关注 • 19 个回复 • 968 次浏览 • 2017-07-18 00:06 • 来自相关话题

content plugin idea for Joomla! 1.5.3: Register to read fulltext

回复

J3X3P网络 回复了问题 • 9 人关注 • 19 个回复 • 954 次浏览 • 2017-07-18 00:06 • 来自相关话题

content plugin idea for Joomla! 1.5.3: Register to read fulltext

回复

J3X~~~~~~~~~ 回复了问题 • 4 人关注 • 5 个回复 • 836 次浏览 • 2017-07-18 00:06 • 来自相关话题

建议汉化joomlart的JA T3 System plugin for Joomla 1.5

回复

J3X刘备曹操 回复了问题 • 7 人关注 • 10 个回复 • 765 次浏览 • 2017-07-17 23:39 • 来自相关话题

Missing jat3 framework plugin

回复

J2X追梦人 回复了问题 • 3 人关注 • 2 个回复 • 669 次浏览 • 2017-07-14 05:28 • 来自相关话题

我快崩溃了 publish geshi那个plugin之后就提示Restricted access

回复

J2X3P网络 回复了问题 • 2 人关注 • 1 个回复 • 747 次浏览 • 2017-07-14 05:15 • 来自相关话题

Plugin to put Adsense Ads

回复

J2XQQ被盗了 回复了问题 • 3 人关注 • 2 个回复 • 522 次浏览 • 2017-07-14 05:06 • 来自相关话题

JoomlaFCK_editor_plugin_v2.6.0_chinese 图片相对路径问题

回复

J2X追梦人 回复了问题 • 3 人关注 • 3 个回复 • 792 次浏览 • 2017-07-14 04:56 • 来自相关话题

A plugin is a kind of Joomla! extension. Plugins provide functions which are associated with trigger events.



What is a plugin?

Plugins or extensions are software components which connect to the main software component and extend their functionalities.

These are used extensively to extend the core functionality of software like Joomla, Wordpress, browsers and so on. These are generally light and also known as add-on, extensions and so on.

Joomla Plugins

Joomla Plugins are grouped together depending on which event they run on. A full list of plugins grouped by event type can be found here.

The Joomla! plugin architecture follows the Observer design pattern. The JPlugin class provides the means to register custom plugin code with core or custom events. The JDispatcher class (JEventDispatcher in Joomla 3.x) is an event handler which calls all plugins registered for a particular event, when that event is triggered.

Plugin Development

A tutorial for basic plugin development can be found in the Joomla! Documentation.