Portal

Difference between revisions of "Plugin Development/Reading list"

From Joomla! Documentation

< Portal:Plugin Development
m (update)
m (headings)
Line 1: Line 1:
==Recommended Reading List==
+
===Recommended Reading List===
===Beginner===
+
====Beginner====
 
To understand how to install and use a plugin in Joomla it is recommended to read [[Administration of a Plugin in Joomla]]
 
To understand how to install and use a plugin in Joomla it is recommended to read [[Administration of a Plugin in Joomla]]
  
===Intermediate===
+
====Intermediate====
 
To understand plugins better it is advised that you [[Creating a Plugin for Joomla|create a basic plugin for Joomla!]].
 
To understand plugins better it is advised that you [[Creating a Plugin for Joomla|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]].
 
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===
+
====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]].
 
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>
 
<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude>

Revision as of 08:17, 6 October 2013

Recommended Reading List[edit]

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.