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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question last visit date invalid

More
14 years 11 months ago #96752 by ronny
Hello, I have small problem here with my last visit date.
Warning: Spoiler!

The last visit date shows 30 Nov 1999. But this only happen for new registered user. How to fix this?
Thank you so much

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

More
14 years 11 months ago #96755 by sozzled
Replied by sozzled on topic Re: last visit date invalid
30 Nov 1999 is not an invalid date. I agree, however, that the date is meaningless. There is a difference.

If you use the Synchronize Users facility (check all four checkboxes) you will remove the meaninglessness of this date from your user profile. I hope that helps.

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

More
14 years 11 months ago #96801 by 810
Replied by 810 on topic Re: last visit date invalid
Please update to kunena 1.6.4. This will fix the problem.


regards 810

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

More
14 years 11 months ago #97611 by Nikolai_V
Hi all, i've 1.6.4 v installed and there was the very problem: After logging in there was a welcome string and there was the last visit string just a bid down. I fixed that problem as followed: in a file /components/com_kunena/template/default (or probably any other theme folder)/loginbox/logout.php i fount and replaced this string: <li class="kms"><strong><?php echo JText::_('COM_KUNENA_MYPROFILE_LASTVISITDATE'); ?>:</strong> <span title="<?php echo CKunenaTimeformat::showDate($this->user->lastvisitDate, 'ago', 'utc'); ?>"><?php echo CKunenaTimeformat::showDate($this->user->lastvisitDate, 'date_today', 'utc'); ?></span></li>
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.

More
14 years 11 months ago #97617 by sozzled
Replied by sozzled on topic Re: last visit date invalid

sozzled wrote: 30 Nov 1999 is not an invalid date. I agree, however, that the date is meaningless. There is a difference.

If you use the Synchronize Users facility (check all four checkboxes) you will remove the meaninglessness of this date from your user profile. I hope that helps.

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

Time to create page: 0.254 seconds