We're Moving to a New Support Platform – Starting June 1st!

We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.

You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.

While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.

We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.

Thanks for your continued support and trust – we’re excited to bring you an even better support experience!

Okay
  Public Ticket #2733365
List of closed events
Closed

Comments

  • Gabriele Caroli started the conversation

    Hello,

    I'd like to have these things within the module with some workaround

    • a block for a list of events ended, eventually with pagination
    • add a file (mostly a PDF) in the even description

    Thank you

  • [deleted] replied

    Hi, Gabriele!

    Sorry for the delayed response.

    And thank you for choosing Amelia.

    1. If you want to display only past Events, you can add the same shortcode to a page, for example [ameliaevents], and add this JS to the same page as well:

    window.ameliaBooking = {
        pastEventsDays: 10,
        cabinet: {
            pastDays: 100,
            futureDays: 0,
            disableAuthorizationHeader: false
        }
    }

    In this example, pastDays is set to 100 but you can use a higher number.

    I'm afraid, it's not possible to add pagination as well. Probably it can be achieved with some custom work, but not with a workaround or simple JS.

    2. At the moment, attachments can be added only by Customers inside Amelia. So, if you want to provide some additional information, probably you can use a URL to another page by adding the <a href="url">link text</a> element to the description.

    Please let us know if that worked.

    Best Regards. 

  • gestio replied

    Hello,
    this code helps me to be able to set a default date range in the client panel. And also with css I can hide the date range and so the clients cannot navigate. All perfect.

    My question is: would it be possible that with code it only visualized the appointments of the current month? I would already hide the time interval with css.

    And if it cannot be done with an automatic command in code, could something similar to this be determined in code ?:
    if month 01 (January) futureDays: 31
    if month 02 (febrery) futureDays: 28
    etc...

    Thanks for the attention.



  • [deleted] replied

    Hi, Gestio,

    Sorry for the delayed response.

    I'm afraid, at the moment this code can display only a particular number of days. It's not possible to make it work conditionally i.e. depending on the number of days in a month. 

    Best Regards.