• Resolved humanalbatross

    (@humanalbatross)


    Hello,
    I’ve just begun working on a back-end development project that involves The Events Calendar. I am making all attempts to map all of the plugin files and back end php files to the various functions and features of the front end. The first thing that I am looking for is the file to edit copy of the auto-notification emails that are sent when a new event is added to the calendar.

    I’ve researched it and seem to keep coming up with tribe-community-events.php – however I cannot seem to locate that file anywhere in the editor. Is this the file that I should be looking for? Furthermore, where is it found…or should I be looking for a different file?

    Please advise, and many many thanks in advance.

    https://wordpress.org/plugins/the-events-calendar/

Viewing 1 replies (of 1 total)
  • Brook

    (@brook-tribe)

    Howdy humanalbatross,

    It sounds like you are doing a real in-depth survey of the code. There are a few code features in the Core The Events Calendar plugin that are implemented in our add-on suite. For instance, the ticket framework is used by 5 of our add-ons. The tickets all share a lot of similarity. Each is designed to sell tickets, but for a different shopping cart plugin. One for WooCommerce, another for WP E-Commerce… It made sense to put the shared code in the Core plugin. That code is not run unless you install an addon, but it still resides in Core to avoid duplication.

    You have discovered one such feature that made the most sense in Core. That particular feature is for the Community Events plugin, which allows regular users to submit events for your approval. When one is submitted, you can be notified about it and review it for publishing.

    Does that make sense? Cheers!
    – Brook

Viewing 1 replies (of 1 total)

The topic ‘Auto Notification Emails’ is closed to new replies.