Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/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

Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Question Remove time from Date Format

More
15 years 3 months ago #67807 by launchlady
Can't seem to get the date to post without the time. Working from the kunena.timeformat.class.php file but not sure how to go about it without breaking my site.

Thanks!

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

More
15 years 3 months ago #67816 by xillibit
Hello,

What is the purpose to remove the time in messages ?

Actually in kunena it's not possible to do that without hacking files, look the file components/com_kunena/template/default/view/message.php

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
15 years 3 months ago #67817 by launchlady
Plain and simple, I just don't like it there. I also need to change the date format to M D Y, not D M Y.

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

More
15 years 3 months ago #67823 by xillibit
You have a setting in kunena configuration panel, to change the date format.

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
15 years 1 month ago #79487 by alex-51

xillibit wrote: You have a setting in kunena configuration panel, to change the date format.

The panel configuration Kunena can not be in such a way to change the date. The date format shows the month / day / year. I want to change the day / month / year. This is not in the settings. How and what file can I change this?

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

More
15 years 1 month ago #79488 by fxstein
The date format is specified in the language file. It is language specific.

Look for
Code:
COM_KUNENA_DATETIME

in your language file e.g: en-GB.com_kunena.ini in /components/com_kunena/language/en-GB (replace en-GB with the language of your choice

For english it is set to:
Code:
COM_KUNENA_DATETIME="d M Y H:i"

It controls the date format and how time is added on too. remove "H:i" to drop the time and reorder "d M Y" to your likings.

Hope this helps!

We love stars on the Joomla Extension Directory . :-)
The following user(s) said Thank You: thanhtd

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

Time to create page: 0.311 seconds