Show users RSVP in frontend

Home Forums Ticket Products Community Tickets Show users RSVP in frontend

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1452954
    Bastienne Frueh
    Participant

    Hi there,

    my users can create community events as well as they can RSVP and buy tickets for events.

    Now I want to display all RSVP/Tickets of a user on a page in Frontend according to the listing of all his community events (at …events/community/list/).

    Is this possible or how can I develop such a view?

    Thanks in advance, Stefan

    #1454259
    Sky
    Keymaster

    Hi Stefan,

    Unfortunately, there is no option to show this information on the front end. Logged in users can access the list of RSVPs/tickets from the admin area as is described in this article: https://theeventscalendar.com/knowledgebase/managing-your-orders-and-attendees/. It may be possible to provide such a view on the frontend with custom development, but this is beyond the scope of support I can provide here. You can check out our Themer’s Guide for more information on customizing Events Calendar views. The only thing I could think to suggest is maybe adding a link within the list of events at events/community/list to the RSVP list on the backend?

    Please let me know if this helps or if you have any other questions.

    Thanks,
    Sky

    #1454528
    Bastienne Frueh
    Participant

    Hello Sky,

    thanks for your answer. Unfortunately it does not really help me out but I found a solution diving deep into the plugins code.

    There exists an undocumented shortcode in the plugin events-tickets called [tribe-user-event-confirmations] living in the class /event-tickets/src/Tribe/Shortcodes/User_Event_Confirmation_List.php:
    /**
    * Provides a shortcode which generates a list of events that the current user
    * has indicated they will attend. Works for all ticketing providers.
    *
    * Simple example (will assume the current user as the person of interest):
    *
    * [tribe-user-event-confirmations]
    *
    * Example specifying a user:
    *
    * [tribe-user-event-confirmations user="512"]
    *
    * Example specifying a limit to the number of events which should be returned:
    *
    * [tribe-user-event-confirmations limit="16"]
    */

    By using this shortcode on a page I can output a list of all events the current user attends to on the front end.
    Maybe this helps someone else.

    Apropos: is there a complete list of all plugins’ shortcodes available yet? This would be a great help.

    Best regard, Stefan

    #1460968
    Sky
    Keymaster

    Stefan,

    Thanks for sharing your solution! Unfortunately, there is not a single resource for shortcodes for all of our plugins. This is a great suggestion though, and I will make a note of it and see if we can get something like that together.

    You can see all the Events Calendar Pro shortcodes here.

    Take care,
    Sky

    #1481298
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Show users RSVP in frontend’ is closed to new replies.