How do I prevent Event Date from Showing up

  • cirab63
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
12 years 1 month ago #14909 by cirab63
I enjoyed using Events component; however, i do have a little problem with some of the functionality. For example how do i prevent the event's date from showing in the Module? I have tried everything I could to hide the date from showing up but no luck. In the nutshell I just want to show just text in the module as an Up-coming Events as suppose to showing Descriptions and dates.

Thanks

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

More
12 years 1 month ago #14936 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: How do I prevent Event Date from Showing up
Hi

If you simply want to hide the event date from up-coming events, simply customize the module alitle. Looks at the file modules/mod_eb_events/tmpl/default.php, find the line of code below and remove it :
Code:
<br /> <span class="event_date"><?php echo JHTML::_('date', $row->event_date, $config->event_date_format, $format); ?></span>

Regards,

Tuan

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

  • cirab63
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
12 years 1 month ago #14950 by cirab63
Thanks Tuan.....that takes care of the date from showing up in the Upcoming Event Module

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

Moderators: Tuan Pham Ngoc