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

More
16 years 9 months ago #17088 by xillibit
For the file listcat.php, I haven't seen this languages strings, because the datetime is loaded directly from the database.

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.

More
16 years 9 months ago - 16 years 9 months ago #17094 by Lintzy
That is curious, I use the dateformat.zip and in listcat view on my forum all is ok. So I thought: The only difference between his installation and my installation could be the language file.
Last edit: 16 years 9 months ago by Lintzy.

Please Log in or Create an account to join the conversation.

More
16 years 9 months ago - 16 years 9 months ago #17101 by Lintzy
@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');
Last edit: 16 years 9 months ago by Lintzy.

Please Log in or Create an account to join the conversation.

More
16 years 9 months ago #17108 by 810
Lintzy wrote:

@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');

Thanks Lizzy. it works now perfect.

Please Log in or Create an account to join the conversation.

Time to create page: 0.486 seconds