# TeamRaiser Configuration

Key items must be configured correctly:

# Public Event Type

Public event type drives the following features:

  • Image that appears next to the event in the supporter center
  • Top section in the participant center
  • Field labels during the registration process
  • Fields displayed on the team captain pages

# Custom Logic Based on Public Event Type

The following public event types have custom logic defined, click on the link to see how to configure those events:

# Supporter Center Image

The supporter relies custom images for the following preset public event types. If the public event doesn't match any of those event types, a default image is then used.

  • Birthday - DIY
  • DIY - Celebrate
  • Endurance
  • Emergency
  • Fun Fundraisers - DIY
  • Run a Race
  • Give 5 Save 5
  • School Clubs
  • Walk

# Supporter Center Date

Since DIY events are meant to be hosted by the team/event captains, the event date is hidden on DIY events in the supporter center.

The TeamRaiser navigation is dynamic and lives in a PageBuilder reusable reus_nav__tr. Note, the menu will only be displayed on TeamRaiser pages, that is pages with /site/TR in the path. It will not be used in the participant center as it has it's own custom menu that's contorolled by different links.

All links are the same for each event, with the exception Fundraising Tools or Resources page. As of 2022-03-11, the reus_nav__tr page contains a complex conditional, which sets the correct link and label for Fundraising Tools/Resources custom page for each event.

# Full Menu Override

The code was configured to allow for a full menu override. To create a custom version of the TeamRaiser menu for a specific event, create a PageBuilder page with name reus_nav__tr__{teamraiserId} where {teamraiserId} is a 4 digit id of the event. Copy the content of reus_nav__tr, update links as necessary.