Difference between revisions of "Website Joomla Core Customisations"
Line 3: | Line 3: | ||
#<code>[root]\components\com_content\views\category\view.feed.php</code> to add the category to the title of the certain News and Media articles. | #<code>[root]\components\com_content\views\category\view.feed.php</code> to add the category to the title of the certain News and Media articles. | ||
#<code>[root]\modules\mod_menu\helper.php</code> to fix problem where Joomla caches modules that should not be cached, e.g. menus (see [http://forum.joomla.org/viewtopic.php?t=447699 this forum post]). | #<code>[root]\modules\mod_menu\helper.php</code> to fix problem where Joomla caches modules that should not be cached, e.g. menus (see [http://forum.joomla.org/viewtopic.php?t=447699 this forum post]). | ||
+ | #<code>[root]\language\en-GB\en-GB.com_jevents.ini</code> JEV_NO_EVENTS="Next event coming soon" |
Revision as of 22:43, 24 April 2012
The following Joomla! core files have been customised because there was not template override. The customisations need to be replied after every upgrade:
[root]\components\com_content\views\category\view.feed.php
to add the category to the title of the certain News and Media articles.[root]\modules\mod_menu\helper.php
to fix problem where Joomla caches modules that should not be cached, e.g. menus (see this forum post).[root]\language\en-GB\en-GB.com_jevents.ini
JEV_NO_EVENTS="Next event coming soon"