Portal

Difference between revisions of "Plugin Development/Reading list"

From Joomla! Documentation

< Portal:Plugin Development
m (Hutchy68 moved page Plugin Development/Reading list to Portal:Plugin Development/Reading list: navigational structure)
m (Typo)
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
* [[Plugin Developer Overview]] {{JVer/multi| 2.5, 3.x}}
+
<noinclude><languages /></noinclude>
* [[Creating a Plugin for Joomla|Creating a Plugin for Joomla]] {{JVer/multi|2.5, 3.x}}
+
<translate><!--T:1-->
* [[Creating a search plugin]] {{JVer/multi|2.5, 3.x}}
+
The following articles will help familiarise you with Joomla! plugins. They are a good starting point to understanding and then developing plugins.</translate>
* [[Creating a Smart Search plug-in]] {{JVer|2.5}}
+
<translate>====Beginner==== <!--T:2-->
* [[Creating an Authentication Plugin for Joomla]] {{JVer/multi|2.5,3.x}}
+
To understand how to install and use a plugin in Joomla it is recommended to read [[S:MyLanguage/Administration of a Plugin in Joomla|Administration of a Plugin in Joomla!]]</translate>
* [[Supporting plugins in your component]] {{JVer/multi|2.5,3.x}}
+
<translate>====Intermediate==== <!--T:3-->
* [[Triggering content plugins in your extension]] {{JVer/multi|2.5, 3.x}}
+
To understand plugins better it is advised that you [[S:MyLanguage/Creating a Plugin for Joomla|create a basic plugin for Joomla!]].
* [[Creating a System Plugin to augment JRouter]] {{JVer|2.5}}<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude>
+
 
 +
<!--T:4-->
 +
To read on how to run a basic content plugin in a custom module or component you may have already developed it is recommended to read [[S:MyLanguage/Triggering content plugins in your extension|Triggering content plugins in your extension]].</translate>
 +
<translate>====Advanced==== <!--T:5-->
 +
To understand the principles on which the Plugin system works  [[S:MyLanguage/Plugin Developer Overview|Plugin Developer Overview]]. To then implement this in a component you have designed  it is recommended to read [[S:MyLanguage/Supporting plugins in your component|Supporting plugins in your component]].</translate>
 +
__NOINDEX__
 +
<noinclude>
 +
<translate>
 +
<!--T:6-->
 +
[[Category:Landing subpages]]
 +
</translate>
 +
</noinclude>

Latest revision as of 07:22, 31 May 2015

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Nederlands • ‎español • ‎français • ‎italiano • ‎русский • ‎українська • ‎বাংলা • ‎ไทย • ‎中文(台灣)‎

The following articles will help familiarise you with Joomla! plugins. They are a good starting point to understanding and then developing plugins.

Beginner[edit]

To understand how to install and use a plugin in Joomla it is recommended to read Administration of a Plugin in Joomla!

Intermediate[edit]

To understand plugins better it is advised that you create a basic plugin for Joomla!.

To read on how to run a basic content plugin in a custom module or component you may have already developed it is recommended to read Triggering content plugins in your extension.

Advanced[edit]

To understand the principles on which the Plugin system works Plugin Developer Overview. To then implement this in a component you have designed it is recommended to read Supporting plugins in your component.