Community Events Shortcodes

Community Events is an add-on that extends The Events Calendar to allow visitors of your site to submit events to your calendar. This add-on comes with the pages and forms needed to submit and review events, but the following shortcodes can embed those onto any page you’d like, should you prefer them to be in a specific place on your BBWP site.

Note that the Community Events feature is an add-on of the Blackbaud Website Package (BBWP) offering. Contact your Blackbaud Sales Representative for more information.

Community Events Submission Form

This is the form that allows users to submit events to your calendar. It provides all of the necessary fields and information needed to create an event. [tribe_community_events view="[Value]" id="[Post ID]"]

Value What it does Example
my_events Displays a list of events that the currently logged in user has submitted to the calendar. [tribe_community_events view="my_events"]
submission_form Displays the form to submit an event to the calendar. [tribe_community_events view="submission_form"]
new_event_url Overrides the Add New button link to go to a custom URL. [tribe_community_events new_event_url="url where you have entered the CE Submission Form Shortcode" view="my_events"]
event_list_url Overrides the View Your Submitted Events button link to go to a custom URL. [tribe_community_events event_list_url="url where you have entered the CE Event List Shortcode" view="submission_form"]
edit_event Displays the editing screen for a particular event, when used with the event post ID. [tribe_community_events view="edit_event" id="123"]
edit_venue Displays the editing screen for a particular venue, when used with the venue post ID. [tribe_community_events view="edit_venue" id="123"]
edit_organizer Displays the editing screen for a particular organizer, when used with the organizer post ID. [tribe_community_events view="edit_organizer" id="123"]