- Posts: 13
- Thank you received: 0
Event Time not Showing
- Javier Ramos
- Topic Author
- Offline
- New Member
-
Thanks,
javier
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
-
- Posts: 13
- Thank you received: 0
fideicomisoescueladerechoupr.org/index.p.../2013-02-20-17-57-11
Javier
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
-
- Posts: 13
- Thank you received: 0
Thanks
Please Log in or Create an account to join the conversation.
- Petr Holusa
- Offline
- New Member
-
- Posts: 10
- Thank you received: 0
Thank you.
Please Log in or Create an account to join the conversation.
- Petr Holusa
- Offline
- New Member
-
- Posts: 10
- Thank you received: 0
<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.
- Petr Holusa
- Offline
- New Member
-
- Posts: 10
- Thank you received: 0
joomdonation.com/62-general-discussion/1...ing-review-page.html
Thanks
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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.
Support
Documentation
Information
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.