Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question Dateformat: dd.mm.yyyy and Timeformat 24h - for Kunena 1.0.10
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
change in your kunena.dutch.php the following lines:
LINE 197
DEFINE('_KUNENA_DT_MONTHDAY_FMT','%m/%d');
to
DEFINE('_KUNENA_DT_MONTHDAY_FMT','%d.%m');
LINE 445
DEFINE('_KUNENA_DT_DATE_FMT','%d/%m/%Y');
to
DEFINE('_KUNENA_DT_DATE_FMT','%d.%m.%Y');
LINE 447
DEFINE('_KUNENA_DT_DATETIME_FMT','%m/%d/%Y %H:%M');
to
DEFINE('_KUNENA_DT_DATETIME_FMT','%d.%m.%Y %H:%M');
LINE 729
DEFINE ('_KUNENA_USRL_DATE_FORMAT','%d/%m/%Y');
to
DEFINE ('_KUNENA_USRL_DATE_FORMAT','%d.%m.%Y');
LINE 1731
DEFINE('_KUNENA_DT_DATETIME_FMT','%m/%d/%Y');
to
DEFINE('_KUNENA_DT_DATETIME_FMT','%d.%m.%Y');
Please Log in or Create an account to join the conversation.
Thanks Lizzy. it works now perfect.@810
change in your kunena.dutch.php the following lines:
LINE 197
DEFINE('_KUNENA_DT_MONTHDAY_FMT','%m/%d');
to
DEFINE('_KUNENA_DT_MONTHDAY_FMT','%d.%m');
LINE 445
DEFINE('_KUNENA_DT_DATE_FMT','%d/%m/%Y');
to
DEFINE('_KUNENA_DT_DATE_FMT','%d.%m.%Y');
LINE 447
DEFINE('_KUNENA_DT_DATETIME_FMT','%m/%d/%Y %H:%M');
to
DEFINE('_KUNENA_DT_DATETIME_FMT','%d.%m.%Y %H:%M');
LINE 729
DEFINE ('_KUNENA_USRL_DATE_FORMAT','%d/%m/%Y');
to
DEFINE ('_KUNENA_USRL_DATE_FORMAT','%d.%m.%Y');
LINE 1731
DEFINE('_KUNENA_DT_DATETIME_FMT','%m/%d/%Y');
to
DEFINE('_KUNENA_DT_DATETIME_FMT','%d.%m.%Y');
Please Log in or Create an account to join the conversation.