- Posts: 6
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Last visit time error on Userlist
I found there was a error on forum userlist, one user just registered - his last visit time was 1999 that you may find the attached picture.
Actually I just installed and started using Kunena for no more than 10 days, other uers' information status are normal.
Please tell me how to correct this, any support would be appreciated!
Thanks again,
Lero
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
This is a known issue into Joomla! itself for the moment there are no fixes
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.
Got it, thank you for your reply!
Please Log in or Create an account to join the conversation.
by tis string: <?php if ($this->user->lastvisitDate != "0000-00-00 00:00:00"): ?><li><?php echo JText::_('COM_KUNENA_MYPROFILE_LASTVISITDATE'); ?>:<span title="<?php echo CKunenaTimeformat::showDate($this->user->lastvisitDate, 'ago', 'utc'); ?>"><?php echo CKunenaTimeformat::showDate($this->user->lastvisitDate, 'date_today', 'utc'); ?></span></li><?php endif; ?>
In this case the string "last visit" will not appear on the first visit, and a visitor will not get confused by year 1999.
actually i've made a little bit different thing: On the first enter to the account a visitor can see "it is your first visit" but for this case i had to add a new string to my language file. I am not going into particulars, i thing the first case is enough
Regards!
Please Log in or Create an account to join the conversation.