- Posts: 56
- Thank you received: 0
APPLY button
- noel adams
- Topic Author
- Offline
- Senior Member
-
Less
More
4 years 8 months ago #145692
by noel adams
APPLY button was created by noel adams
Hi Tuan,
Is there an option to remove the APPLY button when adding an event from the front end? I can get rid of it in view/event/html.php by:
protected function addToolbar()
{
// ToolbarHelper::apply('apply', 'JTOOLBAR_APPLY');
ToolbarHelper::save('save', 'JTOOLBAR_SAVE');
Will this change cause other problems or do you have a safer method?
Thank you,
Noel.
Is there an option to remove the APPLY button when adding an event from the front end? I can get rid of it in view/event/html.php by:
protected function addToolbar()
{
// ToolbarHelper::apply('apply', 'JTOOLBAR_APPLY');
ToolbarHelper::save('save', 'JTOOLBAR_SAVE');
Will this change cause other problems or do you have a safer method?
Thank you,
Noel.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
4 years 8 months ago #145694
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic APPLY button
Hi Noel
We do not have a way to handle that at the moment. So you will have to modified code as you did and re-do it each time you update to future releases of Events Booking
Regards,
Tuan
We do not have a way to handle that at the moment. So you will have to modified code as you did and re-do it each time you update to future releases of Events Booking
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- noel adams
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 56
- Thank you received: 0
4 years 8 months ago #145695
by noel adams
Replied by noel adams on topic APPLY button
Thank you Tuan,
I have placed the modified module as an override and it is working well.
Regards,
Noel.
I have placed the modified module as an override and it is working well.
Regards,
Noel.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
4 years 8 months ago #145696
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic APPLY button
I wonder how you implemented that change as override?
Please Log in or Create an account to join the conversation.
- noel adams
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 56
- Thank you received: 0
4 years 8 months ago #145697
by noel adams
Replied by noel adams on topic APPLY button
I created an override folder in components/com_eventbooking/view. Copied event folder from view folder into the override folder and modified view/override/event - html.php to comment out as shown previously. As long as updates do not remove the override folder it should survive updates.
Regards,
Noel.
Regards,
Noel.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
4 years 8 months ago #145698
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic APPLY button
Ah, Yes. We do not have parent call in that method, so override will be fine, sorry.
The following user(s) said Thank You: noel adams
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.