What to buy!?

Home Forums Welcome! Pre-Sales Questions What to buy!?

Viewing 15 posts - 1 through 15 (of 27 total)
  • Author
    Posts
  • #1275372
    Sarah Alger
    Guest

    So.. I am redoing this site for the PCGA http://www.pcga.ca using wordpress.

    Its a golf tour with nine events.
    I need to create nine events that only logged in members can signup for. (no $$ involved)
    They also need to be able to sign up a guest if they like – guest name needs to be collected.
    I need the list of members that have signed up for an event to display somewhere on the front end of the site.
    The member also needs to be able cancel an event they signed up for if possible.

    I am sure that you have a plugin that does this or a combination of plugins and addons..

    Any help would be much appreciated!

    Thanks!

    #1275657
    Geoff B.
    Member

    Good evening Sarah and welcome to the Events Calendar forum!

    Thank you for your interest in our products.
    We’ll be glad to answer your questions.

    You can achieve all that you are looking for by using the following combination of plugins:

    1. the Events Calendar free (free plugin): https://theeventscalendar.com/product/wordpress-events-calendar/
    2. Event Tickets (free plugin): https://theeventscalendar.com/product/wordpress-event-tickets/
    3. Event Tickets Plus (premium add-on): https://theeventscalendar.com/product/wordpress-event-tickets-plus/

    Event Tickets will provide the RSVP (no money involved) ability, including changing the status of a sign-up.

    Event Tickets Plus will let you:

    1. Require a login
    2. Ask attendee information

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1275834
    Sarah Alger
    Guest

    Awesome thanks!

    Just want to confirm I will be able to display all those that have “RSVP’d”??

    🙂

    #1276022
    Geoff B.
    Member

    Good afternoon Sarah,

    I am glad that helped.

    Yes, I confirm that you will get the option to display all of those that have RSVP’d on any event you choose.

    Have a good weekend,

    Geoff B.

     

    #1276945
    Sarah Alger
    Guest

    Hey Geoff,

    I have installed and purchased the plugins and addons recommended.

    I have began playing around getting things up and going.. I am unsure how to display the names of the attendees. It is displaying howmany RSVPs but not a list of those attending.

    Cant you help me out here.

    🙂

    Thanks!

    #1276946
    Sarah Alger
    Guest

    Here is a link to the event page. 🙂

    http://staging.pcga.ca/event/pcga-tour-event-1000/

    #1277083
    Geoff B.
    Member

    Good evening Sarah,

    Thank you for writing back.

    From the looks of it, you found how to display the names and gravatar of attendees. Kudos!

    Let me know if there is anything else I can help you with on this topic.

    Have a great day!

    Geoff B.

    #1277620
    viperfish
    Participant

    Hey Geoff,

    Ya I figured how to adjust the php file..

    However… This only displays the names of the person who did the registering of the attendees. I need the names of all the attendees.

    Example – user Sarah Alger entered 4 attendees. I need all people RSVP’d to display.

    Doesn’t need to display the user image – so doesn’t need to pull from the there? Just a list of names and member numbers (The 2 fields required for registering.)

    Thanks!

    🙂

    #1277796
    Geoff B.
    Member

    Good evening Sarah,

    Awesome. Kudos on adjusting it to your liking.

    However… This only displays the names of the person who did the registering of the attendees. I need the names of all the attendees.

    Example – user Sarah Alger entered 4 attendees. I need all people RSVP’d to display.

    If that is the case, then you could apply and sometimes tweak one of the following snippets in the functions.php file of your theme (without the PHP tag at the top):

    1. https://gist.github.com/cliffordp/65ec638e8ef30f28dff8fbfdb7a114f7
    2. https://gist.github.com/niconerd/c585e653bd3bc8ff2787abdb7de22b36
    3. https://gist.github.com/niconerd/d2ea62be5375ae3dc088dd29b7350608

    You might have to select the “Hide attendees list on event page” checkbox to use the shortcode.

    Let me know if that helps.

    Have a great day!

    Geoff B.

     

    #1277917
    viperfish
    Participant

    Hey Geoff,

    I am close!

    I am using the shortcode and I am pretty sure the event ID is 1 however it is displaying the else statement as if there is no attendees..

    My PHP knowledge is limited.. So I am not sure where to go from here?

    I am sure it is something simple I am missing.

    Thanks for all your help with this.

    Sarah

    #1278395
    Geoff B.
    Member

    Good evening Sarah,

    Thank you for writing back.
    I would love to help you make those final steps in achieving a setup that works for you.

    Just to make sure we are on the same page, would you mind sending me a screenshot of your “Edit Ticket” section so that I can make sure I reproduce it precisely ?

    The closest one to what you are looking for is https://gist.github.com/niconerd/d2ea62be5375ae3dc088dd29b7350608

    As per the instruction you need to Override this template in your own theme by creating a file at:[your-theme]/tribe-events/attendees-list.php

    In plain english:

    1. Download the zip file here https://gist.github.com/niconerd/d2ea62be5375ae3dc088dd29b7350608/archive/3fd3cb81df47f71f2ac86b12788282b089c4da30.zip
    2. Unzip it
    3. Drag and drop the file it contains to [your-theme]/tribe-events/

    The only downside is that it does not seem to return the value for each attendee, only the first one.

    I will let the snippet author know and get back to you.

    Hang in there!

    Geoff B.

    #1278899
    Geoff B.
    Member

    Good evening Sarah,

    As promised, here is a revised version of the snippet that should do exactly what you are looking for: https://gist.github.com/GeoffEW/e6f41d41d7930c8e63642aeadcfb29b8

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1279077
    Sarah Alger
    Guest

    Hi Geoff

    Doesn’t seem like the revised snippet is any different. It still only displays one attendee per user.

    🙂

    #1279078
    Sarah Alger
    Guest

    Sorry – me again..

    Also – when I change an RSVP to “not going” it still displays the person as an attendee.
    Example on the event page Winston Churchill was changed to “not going”.

    http://staging.pcga.ca/event/pcga-tour-event-1000/

    #1279735
    Geoff B.
    Member

    Good evening Sarah,

    This is totally my bad.
    I just updated the snippet correctly: https://gist.github.com/GeoffEW/e6f41d41d7930c8e63642aeadcfb29b8

    Please give it another shot and let me know if that solves both issues.

    Have a good weekend,

    Geoff B.

Viewing 15 posts - 1 through 15 (of 27 total)
  • The topic ‘What to buy!?’ is closed to new replies.