Introduction
Joomla plugins can be used for various purposes. The plug-in adds more expressions to the output page of the website and has an installation function.
Plug-in type
Although there are almost unlimited types of plugins for Joomla. But they have 8 core types. These core types are classified and stored in the /plugins/ directory. They are:
The Authentication plugin allows you to authenticate against different sources. You can authenticate through Joomla's user database when you log in. However, there are many other methods that are also possible, such as Google's OpenID (Open User Centric Identity), LDAP (Lightweight Directory Access Protocol) and many others. Regardless of the source, with its open API, you can write a verification plug-in to confirm the logged-in identity. For example, you can write a Twitter account verification plugin because they provide an open API.
The Content plug-in is used to change or add some content when displaying article content. For example, the content plug-in can hide the email address of the article, or format the URL address in your own way. The content plugin can also search for specific tags in articles and replace them with other text or HTML. For example, in the plug-in named Load Module, all modules in the banner1 position will be started and the {loadmodule banner1} tag will be replaced with their output content.
Editor The plug-in allows you to add new content editors (commonly used ones are WYSIYWG)
The Editor-XTD (extension) plug-in allows you to add certain function buttons to your editor. For example, there are several buttons under the existing default editor: Image (add image), Pagebreak (insert page break) and Read more (read full text) button.
The Search plugin allows you to search in different components and different articles. For example, the search plug-ins of the article system: Contacts, Weblinks
The System plug-in allows you to use PHP code to perform various actions in various places on your Joomla site.
The User plugin allows you to perform user-specific actions at different times. This includes when logging in, logging out, and when user data is stored. The most typical user plug-in is a bridge connection between different web applications. For example, establish a bridge connection between Joomla and Phpbb.
The XML-RPC plugin allows you to provide an XML-RPC service for your website. When your website provides web services to other applications (perhaps a desktop application), it provides you with the ability to interact remotely. Network services is really a profound topic, and I can't go into too much detail here.
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn