URGENT – Hide attendees options gone!

Home Forums Ticket Products Event Tickets Plus URGENT – Hide attendees options gone!

  • This topic has 5 replies, 2 voices, and was last updated 8 years ago by viperfish.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1498374
    viperfish
    Participant

    Hello,

    I added a ticket a couple of days ago. I received a response to an unrelated ticket that was submitted after the important one.

    My problem is that I was displaying all the attendees on the front end of the website. I had someone customize this feature so it displayed all the additional information that I took in upon registering and sorted it into a nicely styled alphabetical table.

    When I renewed my license and did the latest update. The “Hide Attendees” Check box is gone as a feature in the ticket dashboard area and now so are my nice tables that were displaying this information.

    I need help with this ASAP. The site is suppose to be complete and finalized before the start of the season and the season has already started.

    #1500691
    Andras
    Keymaster

    Hi viperfish,

    Thanks for reaching out to us!

    I’m sorry to hear about the disappearance of the data from the front end.

    The functionality / checkbox can usually be found in the Tickets section when editing an event. You will find a ‘Settings’ button there: https://cloudup.com/cpUx-mlWKia

    When you click that you will be presented more options, one of them will be the ‘Show attendees list on event page’: https://cloudup.com/cj3DvhJrdxV

    That box needs to be checked separately for every event, if you want to show the attendee list.

    Does this help?

    Cheers,
    Andras

    #1501056
    viperfish
    Participant

    I see this now. Thank you.. I did not see this when I was looking last week.

    I did however have this list below the event ticket/rsvp form. Is there a way to do that?

    I see in the settings the option for location of RSVP form. None of the options however move the form to above the list of attendees.

    Can you we make this happen as it did prior to the update?

    #1502893
    Andras
    Keymaster

    Hey,

    Yeah, that should be possible.

    A colleague was kind enough to throw together this snippet that should do the trick.

    function move_attendee_list() {
        if ( ! class_exists( 'Tribe__Tickets_Plus__Attendees_List' ) ) {
            return;
        }
        $attendee_list = Tribe__Tickets_Plus__Attendees_List::instance();
        $render_list = array( $attendee_list, 'render' );
        remove_action( 'tribe_tickets_before_front_end_ticket_form', $render_list, 4 );
        add_action( 'tribe_events_single_event_after_the_meta', $render_list, 20 );
    }
    add_action( 'wp_loaded', 'move_attendee_list' );

    Hope this does the trick.

    Cheers,
    Andras

    #1503553
    viperfish
    Participant

    You guys are awesome..

    That worked and I appreciate the extra effort.

    🙂

    #1503970
    Andras
    Keymaster

    Happy to hear that worked out for you! Awesome!

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please create a new ticket and we’ll be happy to help.

    Cheers,
    Andras

    PS: We’d be grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Thanks!

    PS2: If you like our plugins, and you didn’t yet do so 🙂 we would also be happy to receive a review in the wordpress.org repository. Much appreciated!
    https://wordpress.org/support/view/plugin-reviews/the-events-calendar/
    https://wordpress.org/support/view/plugin-reviews/event-tickets/

     

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘URGENT – Hide attendees options gone!’ is closed to new replies.