- Posts: 83
- Thank you received: 0
How do I prevent Event Date from Showing up
- cirab63
- Topic Author
- Offline
- Premium Member
-
Less
More
13 years 1 month ago #14909
by cirab63
How do I prevent Event Date from Showing up was created 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
Thanks
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
13 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 :
Regards,
Tuan
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
-
Less
More
- Posts: 83
- Thank you received: 0
13 years 1 month ago #14950
by cirab63
Replied by cirab63 on topic Re: How do I prevent Event Date from Showing up
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
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.
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.