events without date show in upcoming events

  • Cynthia
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
12 years 11 months ago #25953 by Cynthia
A solution was made for events without a date. Entering the date 31-12-2099, esults in the text 'to be confirmed' in the date field. Unfortunately these events show up on the module upcoming events, with the date 31-12-2099.
Do you have an idea how to exclude this specific date from the upcoming events module?

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

More
12 years 11 months ago #25966 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: events without date show in upcoming events
You can try to follow the instructions below :

1. Open the file modules/mod_eb_events/mod_eb_events.php

2.Find the code below:
Code:
$where[] = 'DATE(event_date) >= CURDATE()' ;

3. Add this line of code below after that line :
Code:
$where[] = 'DATE(event_date) != "2099-12-31"' ;

After that, it should work as expected.

Tuan

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

  • Cynthia
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
12 years 11 months ago #25976 by Cynthia
Works Perfectly! Thank you for your quick response Tuan!

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

More
12 years 11 months ago #25977 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: events without date show in upcoming events
As usual (when I am not too busy or on holiday), hehe.

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

Moderators: Tuan Pham Ngoc