Portal

Difference between revisions of "Plugin Development/Reading list"

From Joomla! Documentation

< Portal:Plugin Development
(Update Link)
m (→‎Recommended Reading List: removing list in heading)
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
* [[Plugin Developer Overview]]
+
===Recommended Reading===
* [[Creating a Plugin for Joomla/1.5|Creating a Plugin for Joomla 1.5]] {{JVer|1.5}}
+
The following articles will help familiarise you with Joomla! plugins. They are a good starting point to understanding and then developing plugins.
* [[Creating a content plugin]]
+
====Beginner====
* [[Creating a search plugin]]
+
To understand how to install and use a plugin in Joomla it is recommended to read [[Administration of a Plugin in Joomla]]
* [[Creating a Smart Search plug-in]] {{JVer|2.5}}
+
 
* [[Creating an Authentication Plugin for Joomla 1.5]] {{JVer|1.5}}
+
====Intermediate====
* [[Supporting plugins in your component]]
+
To understand plugins better it is advised that you [[Creating a Plugin for Joomla|create a basic plugin for Joomla!]].
* [[Triggering content plugins in your extension]]
+
 
* [[Creating a System Plugin to augment JRouter]] {{JVer|2.5}}<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude>
+
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====
 +
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}}]]__NOINDEX__</noinclude>

Revision as of 12:00, 7 October 2013

Recommended Reading[edit]

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

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.