Documentation

Powered by Minitek FAQ Book

Plugin overrides

  Important

Template overrides are not recommended as there are frequent updates and changes in the front-end template files. Updates may introduce new features or changes that break template overrides from older versions.

If you still want to use template overrides, make sure that you update the overriden files on every plugin update. Always check the changelog of the extension when updating.

The standard output of the subscription box can be overridden by adding code to the html directory of your template.

To override the output of the Content Notifications - System plugin:

  1. Create a folder plg_system_mcnsystem inside the html folder of your template.

  2. Copy the files

    default.php
    dropdown.php
    

    from

    PATH_TO_JOOMLA/plugins/system/mcnsystem/tmpl/

    to

    PATH_TO_JOOMLA/templates/TEMPLATE_NAME/html/plg_system_mcnsystem/

Now you can edit the layout files to override the plugin output.

Was this helpful?
Loading...
0