- Posts: 23
- Thank you received: 1
Registration History: Remove Filter and Select?
- David McCreary
- Topic Author
- Offline
- Junior Member
-
Less
More
9 years 10 months ago #81008
by David McCreary
Registration History: Remove Filter and Select? was created by David McCreary
I presume one has to hack a core file or two, i don't see any setting to turn off filter and Select Event in Registration History (or to only show a date range of events in Select). Can you tell me what files? Thanks
Please Log in or Create an account to join the conversation.
- Brian F
- Offline
- Premium Member
-
Less
More
- Posts: 101
- Thank you received: 17
9 years 10 months ago #81010
by Brian F
Replied by Brian F on topic Registration History: Remove Filter and Select?
David, as you mentioned, you could override the "/components/com_eventbooking/view/registrants/tmpl/default.php" file and comment out the two echo lines "filter_published" and "filter_event_id" on around lines 52 and 53. Although, for an easy non-hack you could hide those using CSS:
Code:
#eb-registrants-management-page #filter_published_chzn,
#eb-registrants-management-page #filter_event_id_chzn {
display: none;
}
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
9 years 10 months ago #81040
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Registration History: Remove Filter and Select?
As Brian mentioned, there are two ways:
1. If you modify the default.php file, then please use template override ( docs.joomla.org/J3.x:How_to_use_the_Temp...r#Creating_Overrides ) so that the change won't be lost when you upgrade to future release of Events Booking
2. If you use css solution, please put that css code to media/com_eventbooking/assets/css/custom.css
Regards,
Tuan
1. If you modify the default.php file, then please use template override ( docs.joomla.org/J3.x:How_to_use_the_Temp...r#Creating_Overrides ) so that the change won't be lost when you upgrade to future release of Events Booking
2. If you use css solution, please put that css code to media/com_eventbooking/assets/css/custom.css
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 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.