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]\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> | ||
− | #<code>[root]\administrator | + | #<code>[root]\administrator\components\com_autotweet\helpers\autotweetbasehelper.php</code> change <code>$message = $title . ': ' . $text;</code> to <code>$message = $title . ' - ' . $text;</code> |
Revision as of 20:42, 21 July 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]\language\en-GB\en-GB.com_jevents.ini
set theJEV_NO_EVENTS
value to"Next event coming soon"
andJEV_CLICK_TOCOMPONENT
to"View All"
[root]\administrator\components\com_autotweet\helpers\autotweetbasehelper.php
change$message = $title . ': ' . $text;
to$message = $title . ' - ' . $text;