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 Users always showing as "online" even when offline on the crypsisb4 template.

More
3 years 1 month ago #1 by 9themestore
Hi,

I used the crypsisb4 template and saw the issue users always showing as Online even when offline in the topic detail. I compared with the crypsisb3 and found the code different. I tried to copy the code rule from the crypsisb3 template to the crypsisb4 and it worked fine. Please follow below steps if you get the same error as mine.

1. Open the default.php file in the "crypsisb4/layouts/user/item/status" folder.
2. Replace the:
Code:
$status      = $user->status();

by
Code:
$status      = $user->getStatus();

3. Save and reload your website to view change.

Hope this help.
 

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
The following user(s) said Thank You: xillibit

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

More
3 years 1 month ago #2 by xillibit
Hello,

I have added it into developpement version 5.2.4

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.

Time to create page: 0.456 seconds