- Posts: 24
- Thank you received: 0
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
Solved l, d F Y H:i instead of date/time
13 years 9 months ago #127375
by ke4obt
l, d F Y H:i instead of date/time was created by ke4obt
I am using Joomla 2.5.6, JomSocial 2.6.2 and Kunena 2.0.
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
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.
13 years 9 months ago #127705
by Matias
Replied by Matias on topic l, d F Y H:i instead of date/time
Looks like the option needs to have different value on Joomla! 1.5 vs 2.5.
I think it's in your language files: DATE_FORMAT_LC2 -- but you were using English?!?
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
-
Less
More
- Posts: 1
- Thank you received: 0
13 years 9 months ago #128540
by aanjalisharmaa
Replied by aanjalisharmaa on topic l, d F Y H:i instead of date/time
I am also facing the same issue, please see the problem coming on my profile page (on Jomsocial) please refer to this link:
www.ottosen.com/chat/steen/profile
Any help would be highly apprciated.
Thanks!
Any help would be highly apprciated.
Thanks!
Please Log in or Create an account to join the conversation.
13 years 9 months ago #128765
by Matias
Replied by Matias on topic l, d F Y H:i instead of date/time
Reported this as a bug..
github.com/Kunena/Kunena-Addons/issues/66
github.com/Kunena/Kunena-Addons/issues/66
Please Log in or Create an account to join the conversation.
13 years 8 months ago #130330
by ke4obt
Replied by ke4obt on topic l, d F Y H:i instead of date/time
thanks for the report, Matias. Sorry to have taken so long to reply, but we've had things going on here at the house that didn't allow our attention to "stray" to the website for a bit.
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
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.
13 years 8 months ago #131182
by waveyuk
Creator of the U-Read webite - www.u-read.net
Running Kunena 2.01 + JomSocial 2.6.2
Replied by waveyuk on topic l, d F Y H:i instead of date/time
I've managed to track down how to fix this issue if anyone is interested.
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
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
Code:
<span class="kjdate"><?php echo $postDate->toFormat ( JText::_('DATE_FORMAT_LC2')); ?></span>
change it to
Code:
<span class="kjdate"><?php echo $postDate->Format ( JText::_('DATE_FORMAT_LC2')); ?></span>
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
The following user(s) said Thank You: sozzled, ke4obt, vmarra, Smokey4life, Voice4Vision, Jiminimonka, WoodMutt
Please Log in or Create an account to join the conversation.
Time to create page: 0.225 seconds