- Posts: 16
- 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 last visit date invalid
Please Log in or Create an account to join the conversation.
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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
regards 810
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.
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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.