- Posts: 24
- Thank you received: 0
Kunena 6.3.4 released
The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved l, d F Y H:i instead of date/time
When I go to the "latest posts" on a JomSocial profile, I'm getting l, d F Y H:i instead of the date and time.
I've checked the settings in JomSocial, Kunena and Joomla and all show the correct date and time settings.
I saw another post on the Kunena forums regarding this, but there was no help that I saw.
Any help would be greatly appreciated.
thanks in advance,
Flip
Please Log in or Create an account to join the conversation.
I think it's in your language files: DATE_FORMAT_LC2 -- but you were using English?!?
Please Log in or Create an account to join the conversation.
- aanjalisharmaa
- Offline
- New Member
- Posts: 1
- Thank you received: 0
Any help would be highly apprciated.
Thanks!
Please Log in or Create an account to join the conversation.
github.com/Kunena/Kunena-Addons/issues/66
Please Log in or Create an account to join the conversation.
I just did a complete fresh install of the latest Kunena - 2.0.1, JomSocial 2.6.1 and Joomla 2.5.6 - and still have the same problem.
Has there been any news on this bug??
I'm going to look at the bug tracker too, but wanted to catch up here first.
thanks,
Flip & Mickey
Please Log in or Create an account to join the conversation.
You need to find the Plug-In file mykunena.php, which should be located in /public_html/plugins/community/mykunena in your Joomla Install
You will need to find the following line of code, around line 90
change it to
Note, the piece of code changed is $postDate->toFormat to just $postDate->Format
It seems the toFormat parameter is now depreciated in Joomla 2.5, and making the above change has worked on my website (take a look at www.u-read.net/waveyuk/ and you will see my forum posts are now displaying the date correctly).
Hope this helps anyone still struggling with this.
Cheers
Dave
Creator of the U-Read webite - www.u-read.net
Running Kunena 2.01 + JomSocial 2.6.2
Please Log in or Create an account to join the conversation.
Like woodworking? So do we! woodmutts.com
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Voice4Vision
- Offline
- Junior Member
- Creative Thinker
EXCELLENT Job waveyuk!!! Your contribution to Kunena, whether correct or not is an absolute welcome. It is highly appreciated that you have taken the time to reflect the corrections that worked for you, for everyone else to use!
Thank you,
Voice4Vision
Please Log in or Create an account to join the conversation.
- Jiminimonka
- Offline
- Elite Member
- YBAS!
Regarding the fix, it does work perfectly as I have also modified my website using this code, so a big thank you to waveyuk!
EDIT: github.com/Kunena/Kunena-Addons/issues/66 It is already in the GitHub, so it should get fixed soon.
Please Log in or Create an account to join the conversation.