Difference between revisions of "Website Joomla Core Customisations"

From CCCWiki
Jump to: navigation, search
Line 2: Line 2:
  
 
#<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]\language\en-GB\en-GB.com_jevents.ini</code> set the <code>JEV_NO_EVENTS</code> value to <code>"Next event coming soon"</code> and <code>JEV_CLICK_TOCOMPONENT</code> to <code>"View All"</code>
 
#<code>[root]\language\en-GB\en-GB.com_jevents.ini</code> set the <code>JEV_NO_EVENTS</code> value to <code>"Next event coming soon"</code> and <code>JEV_CLICK_TOCOMPONENT</code> to <code>"View All"</code>

Revision as of 20:22, 7 May 2012

The following Joomla! core files have been customised because there was not template override. The customisations need to be replied after every upgrade:

  1. [root]\components\com_content\views\category\view.feed.php to add the category to the title of the certain News and Media articles.
  2. [root]\language\en-GB\en-GB.com_jevents.ini set the JEV_NO_EVENTS value to "Next event coming soon" and JEV_CLICK_TOCOMPONENT to "View All"