Portal

Difference between revisions of "Plugin Development"

From Joomla! Documentation

m (updating)
m (layout)
Line 1: Line 1:
 +
__TOC__
 
{{:{{FULLPAGENAME}}/Intro}}
 
{{:{{FULLPAGENAME}}/Intro}}
<div class="portal-column-left-wide">
+
 
{{/box-header-sq|Recommended Reading|{{FULLPAGENAME}}/Reading list|}}<onlyinclude>{{:Portal:Plugin_Development/Reading list}}</onlyinclude>
+
<div class="large-7 column"> <!-- Switch to one column on narrow screens -->
{{/box-footer|}}
+
{{:{{FULLPAGENAME}}/Using Plugins}}
 
</div>
 
</div>
 
+
<div class="large-5 column panel radius" style="background:aliceblue;">
<div class="portal-column-right-narrow"> <!-- Switch to one column on narrow screens -->
+
<onlyinclude>{{:Portal:Plugin_Development/Reading list}}</onlyinclude>
{{/box-header-sq|FAQs|{{FULLPAGENAME}}/FAQs|}}
 
{{:{{FULLPAGENAME}}/FAQs}}
 
{{/box-footer|}}
 
 
</div>
 
</div>
  
<div style="clear:both; width:100%">
+
<div class="large-12 column panel radius" style="background:#fff;">
 
 
{{/box-header-sq|Plugin Development Tutorials|{{FULLPAGENAME}}/Tutorials|}}
 
 
{{:{{FULLPAGENAME}}/Tutorials}}
 
{{:{{FULLPAGENAME}}/Tutorials}}
{{/box-footer|}}
 
 
</div>
 
</div>
 
+
{{-}}
<div style="clear:both; width:100%">
 
 
{{/box-header-sq|{{PAGENAME}} Documentation Projects|{{FULLPAGENAME}}/Projects|}}
 
{{/box-header-sq|{{PAGENAME}} Documentation Projects|{{FULLPAGENAME}}/Projects|}}
 
{{:{{FULLPAGENAME}}/Projects}}
 
{{:{{FULLPAGENAME}}/Projects}}
 
{{/box-footer|}}
 
{{/box-footer|}}
</div>
 
 
 
__NOTOC__ __NOEDITSECTION__
 
 
<noinclude>[[Category:Development]][[Category:Plugins]]</noinclude>
 
<noinclude>[[Category:Development]][[Category:Plugins]]</noinclude>

Revision as of 20:37, 30 September 2013

<translate> This page contains many links to documentation concerning Plugin Development for Joomla 2.5 and Joomla 3.x. A good place to start is with the Reading list articles below as they provide a good introductory base of knowledge to build on.</translate>

<translate> What is a Plugin?</translate>

{{Chunk:Plugin/<translate> en</translate>}}



<translate> Plugins are grouped together depending on which event they run on. A full list of events grouped by event type can be found here (the names of a lot of events changed between Joomla 1.5 and Joomla 2.5 see here for a full list of changes). There are also several simple tutorials on making some sample plugins running on some of these events to help running searches on extensions using both the search and smart search components:</translate>

<translate>

<translate> There are further tutorials using the user triggers on how to create an authentication plugin to help users log into Joomla and creating a profile plugin for Joomla.</translate>

<translate>

<translate> Content plugins can be used to add custom fields to core components. The following tutorial explains how to do this and how to display the new field on your webite.</translate>

<translate>

<translate> A more complex example of using plugins to create a new system router to produce URLs is also available (Joomla 2.5 only).</translate>


<translate> The following articles will help familiarise you with Joomla! plugins. They are a good starting point to understanding and then developing plugins.</translate> <translate>====Beginner==== To understand how to install and use a plugin in Joomla it is recommended to read Administration of a Plugin in Joomla!</translate> <translate>====Intermediate==== 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.</translate> <translate>====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.</translate>


Plugin Development Documentation Projects


<translate> The Joomla! Documentation Wiki needs your help! Below is a list of pages/articles needed for Plugin Development. If you know of a topic which needs to be addressed, just add it to the List of Red Links below by using the following wikimarkup.</translate>

Documentation all together tranparent small.png
<translate> Want or Need a New Article on Plugin Development?</translate>

<translate>

To add a Red Link click here and add it to the Plugins Development Projects page. Please use the following wikimarkup code to add the suggested topic to the list:</translate>

*[[Put your Plugin Article name here]]

<translate> List of Red Links for needed Plugin Development Articles:</translate>