[RESOLVED] Remove time from the publish date - Joomla! Forum - community, help and support
i know has been covered multiple times in forums, i'm looking different solution, if @ possible.
is there way not display time date in article view without changing actual language file? in article manager or menu options can select display date (which includes time) or not display it. want date, not time.
if understand correctly, update might remove such change language file , each update have make change again.
all , suggestions appreciated!
is there way not display time date in article view without changing actual language file? in article manager or menu options can select display date (which includes time) or not display it. want date, not time.
if understand correctly, update might remove such change language file , each update have make change again.
all , suggestions appreciated!
code: select all
language string overrides
if wish change existing value string present in joomla! core or specific extension, solution in version 1.5 edit .ini file concerned , change value of string.
when updating core, extension or translated .ini file, local changes can overwritten if there updates edited language file.
the new xx-xx.override.ini file has been created avoid issue. instead of changing original file, 1 can add key existing somewhere among .ini files , specific value file named language chosen (en-gb.override.ini, example).
the file has administrator/language/overrides/en-gb.override.ini backend or language/overrides/en-gb.override.ini frontend.
for example, if add following key=value en-gb.override.ini file:
jsave="save now!", replace jsave="save" throughout site.
this file not uninstalled or overwritten when updating. since override file loads last, keys present in joomla can overriden.
language folder extensions
in version 1.6, language files can added language folder under extension folder. example, mod_mymodule/language/en-gb/en-gb.mod_mymodule.ini.
extension developers can choose solution instead of adding language files inside core folders. not prevent adding translation of these files in main core folder. users have still beware when uninstalling language, since delete ini files in core language folders, included extension-related ones.
hope helps!
Comments
Post a Comment