Event Attachments

  • Paul Heinrichs
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
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
  • Administrator
More
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:
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
  • Junior Member
More
5 years 8 months ago #136033 by Paul Heinrichs
Replied by Paul Heinrichs on topic Event Attachments
Seems to be working. Have attached a picture. Having a tab title of "Attachments" rather than "EB_ATTACHMENTS" would make it look nicer but seems to be working well.

Much appreciated

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
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

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

  • Paul Heinrichs
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
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