Documentation

Powered by Minitek FAQ Book

Template 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 component update. Always check the changelog of the extension when updating.

To create a template override for a menu item you must do the following:

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

  2. Inside the com_contentnotifications folder, create one (or more) of the following folders, depending on the views that you want to override:

    /follows
    /blocks
    /updates
    /myupdates
  3. Copy the file default.php

    from

    PATH_TO_JOOMLA/components/com_contentnotifications/tmpl/follows/

    to

    PATH_TO_JOOMLA/templates/TEMPLATE_NAME/html/com_contentnotifications/follows/
  4. Do the same for the other three folders.

Was this helpful?
Loading...
0