Portal

Difference between revisions of "Developers/Plugins"

From Joomla! Documentation

< Portal:Developers
m (→‎Plugins: update)
(Marked this version for translation)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==[[Portal:Plugin_Development|Plugins]]==
+
<noinclude><languages /></noinclude>
{{RecReading/Portal|Plugin|dev|topic}}<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude>
+
{{Portal:Plugin_Development/Reading_list/<translate><!--T:1-->
 +
en</translate>}}
 +
<noinclude>
 +
<translate>
 +
<!--T:2-->
 +
[[Category:Landing subpages]]
 +
</translate>
 +
</noinclude>

Latest revision as of 17:12, 25 May 2015

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Nederlands • ‎español • ‎français • ‎български • ‎বাংলা • ‎中文(台灣)‎

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.