In Joomla 5, customizable email templates have made an entrance, for core and third-party components. They cannot (yet) be added on their own, they are added during the installation.
When developing websites or extensions for Joomla, sometimes tasks arise that have already been solved by someone. In the development world, such solutions are designed as libraries - sets of files and classes that make it possible to simply plug them into your script and use code written and well-tested by other developers. These can be php libraries for image processing, working with PDF, connecting to third-party services via the REST API, and much, much more.
In the previous article, we have startet to code our custom plugin for Joomla smart search component. So, let's finish it!
Copyright
© Sergey Tolkachyov
In the previous article, we got acquainted with the capabilities of the Joomla smart search component, talked about the parameters and configuration of scheduled indexing using CRON. Let's start creating the code for our own plugin.
You probably already know Joomla has built-in search functionality, which meets modern requirements - the smart search component. But what if your users need a little more? What if you want third party extensions to be searchable as well? In this series of articles, we will look at how to create a smart search plugin for a third-party Joomla component
Copyright
© Sergey Tolkachyov
Using the ModalSelect Form field type in Joomla 5 to simplify finding the right product, from thousands, by filtering in a modal window using category, manufacturer and search when developing an extension.
By accepting you will be accessing a service provided by a third-party external to https://magazine.joomla.org/