• Hi,

    I love this plugin. It’s got some really nice functionality and the list/calendar are good. I recently used it to build a customized event signup but I needed to add in a “ticket limit” field to integrate with my RSVP system.
    To do so I wanted to add a custom meta box to the events calendar ui. I did so by hacking the plugin on line 912 to read:

    if (file_exists(TEMPLATEPATH.'/events/events-meta-box.php') ) {
    include (TEMPLATEPATH.'/events/events-meta-box.php');
    	} else {
    include( dirname( __FILE__ ) . '/views/events-meta-box.php' );
    	}
    }

    To allow custom metas. I’d suggest a do_action or a switch like I made for the next update.

    Thanks again!

    https://www.ads-software.com/extend/plugins/the-events-calendar/

  • The topic ‘[Plugin: The Events Calendar] Suggestion for next update: Override meta boxes’ is closed to new replies.