Attach PDF to each event for download?

  • Richard Thomas
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 8 months ago #101901 by Richard Thomas
Attach PDF to each event for download? was created by Richard Thomas
We have PDF flyers that people can use to publicise locally each of our events. We would like a button on each event that will download the PDF flyer. Can this be done, and if so, how please?

Richard

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

More
8 years 8 months ago #101906 by jkosick
Replied by jkosick on topic Attach PDF to each event for download?
You can add an html button with some css. Most templates have a button class already.

<a href="pdflink" class="button ">PDF flyer</a>

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

  • Richard Thomas
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 8 months ago #101913 by Richard Thomas
Replied by Richard Thomas on topic Attach PDF to each event for download?
Thanks. that makes a lot of sense, and would give me a lot of control. I would be very comfortable doing this in a standard html website. However, I've never attempted to modify a template in Joomla. Is there a way of doing this using the standard events booking set up? I would hate to break my Joomla site attempting this.

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

More
8 years 8 months ago #101915 by jkosick
Replied by jkosick on topic Attach PDF to each event for download?
No need to modify anything you just put that in your description areas. That way you can have different downloads for each event. Otherwise you have to modify the template files each time your flyer changes.

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

  • Richard Thomas
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 8 months ago #101916 by Richard Thomas
Replied by Richard Thomas on topic Attach PDF to each event for download?
Ah. Understand. Thanks.

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

  • Richard Thomas
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 8 months ago #101917 by Richard Thomas
Replied by Richard Thomas on topic Attach PDF to each event for download?
Quick question: class="button" doesn't give me a button on the description. Where can I check the classes in css for event bookings?

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

More
8 years 8 months ago #101918 by jkosick
Replied by jkosick on topic Attach PDF to each event for download?
It depends on your template. Most templates have a list of classes. You could look in your templates css files, or use the web inspector to see what class your existing buttons are on your site.

I think this is standard button class for EB you could use.
<a class="btn btn-primary" href="url">text</a>

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

More
8 years 8 months ago #101928 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Attach PDF to each event for download?
Actually, for each event in Events Booking, you can upload attachment and it will be showed on events list and event details page

Edit the event, you will see a section to allow upload/select attachment. I think it would be a simpler process, please give it a try

Tuan

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

More
8 years 8 months ago #101943 by jkosick
Replied by jkosick on topic Attach PDF to each event for download?
The issue I have with the built in upload is that people often miss the attachment on the site. It is great for the email attachment. But people are in such a hurry and don't really read what in front of them I often have to put the downloads in the description. Would you consider an editor tag for placing the download links into the description areas?

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

More
8 years 8 months ago #101973 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Attach PDF to each event for download?
I guess if you need to put something in the description, then you can insert it into the description easily using the HTML editor you are using. Honestly, I don't really see the need of developing a plugin like that, we still have other more important features we can work on instead

Tuan

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

Moderators: Tuan Pham Ngoc