- Posts: 34
- Thank you received: 0
Event Attachments
- Paul Heinrichs
- Topic Author
- Offline
- Junior Member
-
Less
More
5 years 8 months ago #136028
by Paul Heinrichs
Event Attachments was created by Paul Heinrichs
Enabling the Event Attachments Plugin puts a tab on the backend event submission form. However, it doesn't show up on the frontend submission. Documentation only shows an image of the backend so I'm wondering if this is by design or is there supposed to be a tab on the front end submission form as well?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
5 years 8 months ago #136031
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Event Attachments
Hi Paul
Currently, that plugin is only available for frontend only. You can try to enable it on frontend by modifying the code:
1. Open the file plugins/eventbooking/attachments/attachments.php
2. Find these lines of code and remove it:
Then check it again. If it works well, I will consider adding this change to core package in next release
Tuan
Currently, that plugin is only available for frontend only. You can try to enable it on frontend by modifying the code:
1. Open the file plugins/eventbooking/attachments/attachments.php
2. Find these lines of code and remove it:
Code:
if ($this->app->isClient('site') && !$this->params->get('show_on_frontend'))
{
return false;
}
Then check it again. If it works well, I will consider adding this change to core package in next release
Tuan
Please Log in or Create an account to join the conversation.
- Paul Heinrichs
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 34
- Thank you received: 0
5 years 8 months ago #136033
by Paul Heinrichs
Replied by Paul Heinrichs on topic Event Attachments
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
5 years 8 months ago #136035
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Event Attachments
Hi
You can go to Events Booking -> Translation, press New button in the toolbar to add that new language item EB_ATTACHMENTS to have Attachments displayed instead of EB_ATTACHMENTS
Tuan
You can go to Events Booking -> Translation, press New button in the toolbar to add that new language item EB_ATTACHMENTS to have Attachments displayed instead of EB_ATTACHMENTS
Tuan
Please Log in or Create an account to join the conversation.
- Paul Heinrichs
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 34
- Thank you received: 0
5 years 8 months ago #136036
by Paul Heinrichs
Replied by Paul Heinrichs on topic Event Attachments
Perfect. Thanks for the quick response. Greatly appreciated.
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.