Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Chage date display of posting?

More
16 years 7 months ago #29838 by wingnut144
Nevermind that, I found it! Admin side of things....whohooo!

Ok, but if I change the format to PHP4/5 standards for date & time formatting, something like:

DEFINE('_KUNENA_DT_DATETIME_FMT','%l, %F %d,%Y %g:%i');

I get something like:
3, 2009-09-09 09,2009 09:%i

%l should provide the named day of the week, %F should give January through December, but its not.

Any ideas??

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

More
16 years 7 months ago #29841 by xillibit
Try this :
Code:
DEFINE('_KUNENA_DT_DATETIME_FMT','%a %B %Y %H:%M %p');

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 7 months ago #29842 by wingnut144
That results in :

Wednesday, September 2009 15:58 PM

The 24 hour time is still there......

Why are the normal php time commands (found somewhere like here ) different than what you've been sending me??

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

More
16 years 7 months ago #29855 by bingbangbong
Hey guys,

this is a very useful thread.

That 'X months ago' format got very old very fast when trying to sort through old forum posts. I've now got proper dates displaying and in European format! woo hoo!

Thank you Wingnut and Xillibit

Paul

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

More
16 years 7 months ago #29887 by xillibit
wingnut144 wrote:

That results in :

Wednesday, September 2009 15:58 PM

The 24 hour time is still there......

Why are the normal php time commands (found somewhere like here ) different than what you've been sending me??

You need to check this page : fr2.php.net/manual/fr/function.strftime.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
16 years 6 months ago #31072 by jared bonshire
Hey guys, not sure what I am doing wrong, but i have changed this code and it is still showing up as "x days, months, etc." ago. Very frustrating.

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

Time to create page: 0.239 seconds