Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

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

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question Change XX time ago

More
17 years 4 months ago #1340 by sublevel4
Change XX time ago was created by sublevel4
How do i change the 4 Days, 1 Hour ago thing to the actual date and time?

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

More
17 years 4 months ago - 17 years 4 months ago #1357 by Lintzy
Replied by Lintzy on topic Re:Change XX time ago
Hi, it is in german language, but the code ist the same ;-), look here

And please vote for this , that this will be an optional feature in next version for kunena. Every Update with Codehacks is not so funny ;)
Last edit: 17 years 4 months ago by Lintzy.

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

More
17 years 4 months ago - 17 years 4 months ago #1594 by guanoo
Replied by guanoo on topic Re:Change XX time ago
Found the solution for me in the bestofjoomla forum!B)

Here it is:

Go to components/com_kunena/template/default.

Open the file message.php and find $msg_time_since = _KUNENA_TIME_SINCE;

Replace with:
$msg_time_since = " " . _POSTED_AT ." " .date(_DATETIME,$fmessage->time);
Last edit: 17 years 4 months ago by guanoo.

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

More
17 years 3 months ago #1841 by Lintzy
Replied by Lintzy on topic Re:Change XX time ago
In German Childboard you will find a Tutorial how to change. It is in German language, but you will realize the code and the files, which have to be changed.

Start here at Point 4 .

For template default (and default_grey, default_red, default_green) you have to change only the file message.php in the folder default

For template defaut_ex you must change two files: message.php and flat.php in the folder default_ex

Hope, this will help.

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

More
17 years 3 months ago #1895 by Matias
Replied by Matias on topic Re:Change XX time ago
This is something that will come soon(?), as I don't like that default mode either.

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

More
17 years 2 months ago #8045 by Diesel9a1
Replied by Diesel9a1 on topic Re:Change XX time ago
I would have thought that the option to show "Posted x days y hours ago" or "Posted on 5th March 2008 @ 13:45" should be specified in the forum settings in either the backend or maybe in the persons profile? Probably should be a board spec in the back end.

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

Time to create page: 0.286 seconds