Documentation
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:
Create a folder
com_contentnotifications
inside thehtml
folder of your template.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
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/
-
Do the same for the other three folders.