- Posts: 28
- 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
Question board time offset, who is online page
16 years 10 months ago #19182
by kai920
board time offset, who is online page was created 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:
To:
Any comments?
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.
16 years 10 months ago #19201
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:board time offset, who is online page
Hello,
it can be a forgot, thanks for submit this solution, I will report this to the DEVs
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.
16 years 10 months ago #19216
by Matias
Replied by Matias on topic Re:board time offset, who is online page
Will fix this one today.
Please Log in or Create an account to join the conversation.
16 years 10 months ago #19309
by kai920
Replied by kai920 on topic Re:board time offset, who is online page
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.254 seconds