This is an example plugin files for Joomla! CMS.
Creator: Shivam Singh
When a user activates the plugin, it should inject a JS script into the webpage, which attaches the text from the parameter field to each headline.
20220419_024421.MP4
- Download or clone this package.Download the latest version of the plugin
- Rename all
examplestring to your plugin name. - Rename all
folderstring to your plugin group name. - Move whole folder to Joomla! dir:
/plugins/(your group)/(your plugin) - Go to Joomla! Administrator -> Extension -> Discover and press
Discoverbutton. - Choose your plugin and install it.
Now the inital setup is completed.
When a user activates the plugin, it should inject a JS script into the webpage, which attaches the text from the parameter field to each headline.
class PlgSystemheadingplugins extends JPlugin
{
public function onBeforeCompileHead()
{
}
}- Type: System
- Events Used: onBeforeCompileHead
- Installable through the Joomla Extension Manager.
- Executed in the backend.
- Follows Joomla Coding Standards.
- Follows Joomla Naming Conventions .
- Joomla CodeSniffer configured.
├── administrator
│ └──language
│ └── en-GB.plg_system_headingplugins.ini
└── headingplugins.php
└── headingplugins.xml
└── joomla_plugin.rar
└── Index.html
Please note that my update server only supports the latest version running the latest version of Joomla and atleast PHP 7.0. Any other plugin version I may have added to the download section don't get updates using the update server.
You have found an Issue, have a question or you would like to suggest changes regarding this extension? Open an issue in this repo or submit a pull request with the proposed changes.
You want to translate this extension to your own language? Check out the Crowdin Page for my Extensions for more details. Feel free to open an issue here on any question that comes up.

