Portal

Difference between revisions of "Plugin Development/Using Plugins"

From Joomla! Documentation

< Portal:Plugin Development
m (update)
Line 10: Line 10:
 
* [[Creating an Authentication Plugin for Joomla]]
 
* [[Creating an Authentication Plugin for Joomla]]
 
* [[Creating a profile plugin]]
 
* [[Creating a profile plugin]]
 +
 +
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.
 +
 +
* [[Adding custom fields to core components using a plugin]]
  
 
A more complex example of [[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).
 
A more complex example of [[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).
 
<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude>
 
<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude>

Revision as of 07:17, 25 February 2014

Using Plugins[edit]

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