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 (update)
Line 1: Line 1:
* [[Plugin Developer Overview]] {{JVer/multi| 2.5, 3.x}}
+
==Beginner==
* [[Creating a Plugin for Joomla|Creating a 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 [[Administration of a Plugin in Joomla]]
* [[Creating a search plugin]] {{JVer/multi|2.5, 3.x}}
+
 
* [[Creating a Smart Search plug-in]] {{JVer|2.5}}
+
==Intermediate==
* [[Creating an Authentication Plugin for Joomla]] {{JVer/multi|2.5,3.x}}
+
To understand plugins better it is advised that you [[Creating a Plugin for Joomla|create a basic plugin for Joomla!]].
* [[Supporting plugins in your component]] {{JVer/multi|2.5,3.x}}
+
 
* [[Triggering content plugins in your extension]] {{JVer/multi|2.5, 3.x}}
+
It is also advised 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]].
* [[Creating a System Plugin to augment JRouter]] {{JVer|2.5}}<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude>
+
 
 +
==Advanced==
 +
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]].
 +
<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude>

Revision as of 20:14, 30 September 2013

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!.

It is also advised 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.