- Posts: 155
- Thank you received: 0
Kunena 6.4.13 Released
The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.
Question Chage date display of posting?
- wingnut144
-
Topic Author
- Offline
- Senior Member
-
Please Log in or Create an account to join the conversation.
- wingnut144
-
Topic Author
- Offline
- Senior Member
-
- Posts: 155
- Thank you received: 0
Now I'm seeing:
Please Log in or Create an account to join the conversation.
Because, this $singlerow->time_last_msg and this $fbConfig->board_ofset doesn't must have space, if it's the case you have the error that you have gived.Ok, now I'm getting:
And on my listcat.php, line 235 to line 237 I have:Code:Parse error: syntax error, unexpected '>' in /home/salleboi/public_html/components/com_kunena/template/default_ex/listcat.php on line 235Code:$numreplies = $singlerow->numPosts; $lastPosttime = $singlerow->time_last_msg; $lastptime = strftime(_KUNENA_DT_DATETIME_FMT,$singlerow- >time_last_msg + ($fbConfig- >board_ofset * 3600));
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.
- wingnut144
-
Topic Author
- Offline
- Senior Member
-
- Posts: 155
- Thank you received: 0
1 more thing. Is there a way to display the time in am/pm ?? Instead of the 24 hour time?
So if I wanted the display to date/time of the posting as:
Mon May 21, 2007 4:03 pm
How would that be formatted???
Thanks again!
Please Log in or Create an account to join the conversation.
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.
- wingnut144
-
Topic Author
- Offline
- Senior Member
-
- Posts: 155
- Thank you received: 0
Please Log in or Create an account to join the conversation.