Search code examples
phpjoomlajoomla2.5joomla-extensionsjoomla3.0

Types of Joomla Plugin?


I've been reading about making Joomla Plugins and so far I've stumbled upon numerous "types" of Plugins like

Profile Plugin and Content Plugin.

Questions:

  1. Are there really types of Plugins? Or are these just convenient ways of naming them?
  2. If there are really types, what are the other types?
  3. Is there a list of the tutorials found above because I really find Joomla Docs very vague and not organized. I can't find any list containing these tutorials.

Thanks.


Solution

  • There are different types of plugin available in Joomla,

    1. Authentication
    2. Captcha
    3. Content
    4. Editors
    5. Extensions
    6. Finder
    7. Quick Icons
    8. System
    9. User

    All the above are types (Means based on this type you can do chnages on particular sections). for example the profile plugin allows you to access user profile, the content plugin allows you to alter the article content. and so on.

    So you need to first check what type of plugin you have to create, like you need to access user data then create profile plugin. or content then content type.

    The system plugin allows you to modify entire out put of page. You can see a sample content plugin here

    Hope it make sense..