Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] 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 and issues discovered during the last development stages of K 6.3

Question board time offset, who is online page

More
14 years 10 months ago #1 by kai920
The board time offset does not seem to affect the time shown on the Who is online page. (/index.php?func=who&option=com_kunena)

So I did a bit of digging into the code at /template/default/plugin/who/who.php, and I think it should be changed like this

From:
Code:
$time = date("H:i:s", $user->time);

To:
Code:
$time = date("H:i:s", $user->time + $fbConfig->board_ofset*3600);

Any comments?

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

More
14 years 10 months ago #2 by xillibit
Hello,

it can be a forgot, thanks for submit this solution, I will report this to the DEVs

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
14 years 10 months ago #3 by Matias
Will fix this one today.

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

More
14 years 10 months ago #4 by kai920
Not sure where else this might be needed.. for example whoisonline.php also has $user->time. The devs should know where else the "board_ofset" may be required.. ;)

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

Time to create page: 0.413 seconds