Portal

Plugin Development/Using Plugins: Difference between revisions

From Joomla! Documentation

MATsxm (talk | contribs)
Marked this version for translation
Wilsonge (talk | contribs)
Link to 2.5 namespace
 
Line 22: Line 22:


<translate><!--T:8-->
<translate><!--T:8-->
A more complex example of [[S:MyLanguage/Creating a System Plugin to augment JRouter|using plugins to create a new system router]] to produce URLs is also available ({{JVer|2.5}} only).</translate>
A more complex example of [[S:MyLanguage/J2.5:Creating_a_System_Plugin_to_augment_JRouter|using plugins to create a new system router]] to produce URLs is also available ({{JVer|2.5}} only).</translate>


<noinclude>
<noinclude>

Latest revision as of 00:27, 7 April 2020

Using Plugins

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:

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.

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.

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