Joel

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Remove the public attendee list entirely #1104519
    Joel
    Participant

    Yep, working well, so far. I’ve only been working with The Events Calendar for a week, so I want to make sure I’m doing it right. Thanks for clearing that up.

    in reply to: Remove the public attendee list entirely #1104508
    Joel
    Participant

    Cliff, I’m confused. I did what I did based on the Themer’s Guide: https://theeventscalendar.com/knowledgebase/themers-guide/#tickets

    The section in the Themer’s Guide mentions the file I copied explcitly:

    EVENTS TICKETS PLUS
    
    eddtickets/tickets.php – Easy Digital Downloads table of tickets with the button to purchase in the front end. It shows in the event single, if the event has EDD tickets to sell.
    shopptickets/tickets.php – Shopp table of tickets with the button to purchase in the front end. It shows in the event single, if the event has Shopp tickets to sell.
    wootickets/tickets.php – WooCommerce table of tickets with the button to purchase in the front end. It shows in the event single, if the event has WooCommerce tickets to sell.
    wpectickets/tickets.php – WP E-Commerce table of tickets with the button to purchase in the front end. It shows in the event single, if the event has WP E-Commerce tickets to sell.
    

    Is there something I’m missing. Are we not supposed to copy these files into our theme to override them?

    in reply to: Remove the public attendee list entirely #1104482
    Joel
    Participant

    Can the file be overridden by adding a copy of file to my theme folder under MY_THEME/tribe-events/tickets/rsvp.php ? Or will it have to be edited inside of the plugins folder?

    EDIT: For me, using WooCommerce, I had to make a copy of plugins/event-tickets-plus/src/views/wootickets/tickets.php and paste it to MY_THEME/tribe-events/wootickets/tickets.php

    I then removed the section with the checkbox input and label. However, I also had to resolve the following line:
    include dirname( __FILE__ ) . '/../meta.php'; since it’s expecting this file to be in the plugins folder.

    I resolved it by just deleting it 🙂 , but if your setup is not like mine you might run into issues with that.

    • This reply was modified 9 years, 12 months ago by Joel.
    in reply to: Missing Vendor Files #1104319
    Joel
    Participant

    We had added vendor/ to our .gitignore file instead of /vendor which was preventing us from tracking files in any vendor folder in any plugin. Whoops!

Viewing 4 posts - 1 through 4 (of 4 total)