Registration date-time display error

  • Bob Leavitt
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 1 month ago #109757 by Bob Leavitt
Registration date-time display error was created by Bob Leavitt
I am getting the incorrect time listed for registration start date-time fields when coming events are displayed in the table format. See the attachment. I am on EB 3.1.4.

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

  • Bob Leavitt
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 1 month ago #109758 by Bob Leavitt
Replied by Bob Leavitt on topic Registration date-time display error
Just a guess here. Universal Time is plus 7 hours from my location here in the U.S. Mountain Time. Could the time on the table display be in incorrectly offset by minus 7 hours from Universal Time?

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

More
8 years 1 month ago #109769 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Registration date-time display error
Hi

Might be a bug fixed before. Please open the file components/com_eventbooking/view/common/tmpl/events_table.php , check and make sure the code is written like this:
Code:
echo JText::sprintf('EB_REGISTRATION_STARTED_ON', JHtml::_('date', $item->registration_start_date, $dateFormat, null));

Note the null at the end. I think it is missed in version you are using and that's why it is wrong

Regards,

Tuan

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

  • Bob Leavitt
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 1 month ago #109793 by Bob Leavitt
Replied by Bob Leavitt on topic Registration date-time display error
Yes, the null is missing. I will update EB to the current release and let you know.
Thanks,
Bob

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

More
8 years 1 month ago #109794 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Registration date-time display error
Update should solve the issue. Please update us with the result anyway

Regards,

Tuan

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

  • Bob Leavitt
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 1 month ago #109796 by Bob Leavitt
Replied by Bob Leavitt on topic Registration date-time display error
Problem fixed under the current EB release.

Thanks,
Bob

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

More
8 years 1 month ago #109819 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Registration date-time display error
Great. Thanks for confirming

Regards,

Tuan

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

Moderators: Tuan Pham Ngoc