help with date/time setting

More
13 years 10 months ago #9820 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: help with date/time setting
Hi Mathias

I think there is a typing mistake in the code . Could you please open the file components/com_eventbooking/views/calendar/tmpl/default.php, looks at the line of code at line 88 :
Code:
echo $val->title.' ('.JHTML::_('date', $val->event_date, $timeFormat).')' ;

And change it to :
Code:
echo $val->title.' ('.JHTML::_('date', $val->event_date, $timeFormat, null).')' ;

After that, It should work as expected .

Regards,

Tuan

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

More
13 years 10 months ago #9821 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: help with date/time setting

Thanks, 'i' works for the required Minutes. Sorry, but somehow I've missed the forum post. That means the php.net/manual/en/function.strftime.php is outdated !?! Got the link from your 'installation and configuration guide'...


strftime is used for Joomla 1.5. For Joomla 1.6, we need to use date php.net/manual/en/function.date.php

I will update the tutorial when I have some time :) .

Regards,

Tuan

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

More
13 years 10 months ago #9825 by Mathias Roth
Replied by Mathias Roth on topic Re: help with date/time setting
this was it! Thanks, Tuan - project is finished and live: sensibel-beraten.de/event-kalender
Attachments:

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

More
13 years 10 months ago #9826 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: help with date/time setting
Great, thanks for confirm . Fixed it and updated the download package to server :) .

Regards,

Tuan

PS : If you have few minutes, please help me by giving the extension a 5 stars rating and a nice review at extensions.joomla.org/extensions/calenda...s-registration/13701 to support my development :) .

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

More
13 years 10 months ago - 13 years 10 months ago #9829 by Mathias Roth
Replied by Mathias Roth on topic Re: help with date/time setting
I did that already, Sir! Just 30 min. ago B)

You didn't answer to my mail about bedandbutter.de - International Online Tenant Agency Portal.
It's another project in progress, and I'm thinking about to use Event Booking in combination with
other extensions (gallery..). As it is quite ambitious, extended customization is afforded -
and I'll pay for that!

If you're basically interested, I'll send you a list of the requirements...
Last edit: 13 years 10 months ago by Mathias Roth.

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

Moderators: Tuan Pham Ngoc