Event Time not Showing

  • Javier Ramos
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 2 days ago #28403 by Javier Ramos
Event Time not Showing was created by Javier Ramos
Hello, the event time is not showing on the detail nor summary description, please advise.

Thanks,

javier

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

More
13 years 1 day ago #28419 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Event Time not Showing
Hi Javier

Could you please go to Events Booking->Configuration, find the config option Event Date Format, make sure you include time parameters in that config option ? Look at php.net/manual/en/function.date.php to see list of supported parameters.

Tuan

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

  • Javier Ramos
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 22 hours ago #28493 by Javier Ramos
Replied by Javier Ramos on topic Re: Event Time not Showing
Hello, Tuan thanks for the response. Looking at the PHP link you sent, I see that a,g,i should be our parameters, but you mention on event date, that is ok, what I need is the TIME of the evento to show as a separate field on the site, please see link:

fideicomisoescueladerechoupr.org/index.p.../2013-02-20-17-57-11

Javier

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

More
13 years 16 hours ago #28509 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Event Time not Showing
Hi Javier

You want the event time to be showed in a new line (after the Fecha del Curso line). Is that correct ?

If so, you will have to edit code to remove that parameter. I will guide you more detail if that is what you want. Please let me know.

Tuan

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

  • Javier Ramos
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 11 months ago #28741 by Javier Ramos
Replied by Javier Ramos on topic Re: Event Time not Showing
Hello, yes please advise which file need to be mod.

Thanks

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

More
12 years 11 months ago #28752 by Petr Holusa
Replied by Petr Holusa on topic Re: Event Time not Showing
Can I have little a question? because I don't know how to turn on the event date with time in Review Confirmation Page.

Thank you. :)

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

More
12 years 11 months ago #28754 by Petr Holusa
Replied by Petr Holusa on topic Re: Event Time not Showing
I tried to put into the this file this code but I see generated actual date and time. I am not a programmer so I appreciate any help. Thank you.

<tr>
<td width="30%" class="title_cell"><?php echo JText::_('EB_EVENT') ; ?></td>
<td class="field_cell">
<?php echo $this->event->title ; ?>
</td>
</tr>

<tr>
<td class="title_cell">
<?php echo JText::_('EB_EVENT_DATE') ?>
</td>
<td class="field_cell">
<?php
if ($this->rowEvent->event_date == EB_TBC_DATE) {
echo JText::_('EB_TBC');
} else {
echo JHTML::_('date', $this->rowEvent->event_date, $this->config->event_date_format, $param) ;
}
?>
</td>
</tr>

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

More
12 years 11 months ago #28762 by Petr Holusa
Replied by Petr Holusa on topic Re: Event Time not Showing
Oh GREAT! After 3 hours I found that in forum :woohoo:

joomdonation.com/62-general-discussion/1...ing-review-page.html

Thanks

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

More
12 years 11 months ago #28768 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Event Time not Showing

Javier Ramos wrote: Hello, yes please advise which file need to be mod.

Thanks


The file is components/com_eventbooking/views/common/event.php

Tuan

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

More
12 years 11 months ago #28769 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Event Time not Showing

Petr Holusa wrote: Oh GREAT! After 3 hours I found that in forum :woohoo:

joomdonation.com/62-general-discussion/1...ing-review-page.html

Thanks


Great you found it :).

Tuan

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

Moderators: Tuan Pham Ngoc