Search in Past events

  • Barna
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
12 years 6 months ago #33590 by Barna
Search in Past events was created by Barna
Does anybody any solution to search with the event search module in the past events too?

Thanks
Barna

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

More
12 years 6 months ago #33610 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Search in Past events
Dear Barna

You can edit the code alitle to allows searching past events. Open the file components/com_eventbooking/models/search.php, find the code below and remove it
Code:
if ($hidePastEvents) { $where[] = ' DATE(a.event_date) >= CURDATE() '; }

After that, it will work as expected

Tuan

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

Moderators: Tuan Pham Ngoc