Daxko

Relates to: Program Registration (Daxko)

Configuration setting at /admin/config/development/daxko

Account configuration must be set up before the Program Registration paragraph will work.

GroupEx Pro

There are three methods of integrating GroupEx Pro with your YMCA Website Services site, ordered from most to least complex/customizable:

  • API integration
  • Embedded schedules
  • Responsive schedule link

GroupEx PRO APIs

YMCA Digital Services, with the help of YMCA of the North, has developed and adopted a Syncer for Repeat Application, which helps migrate from the GroupEx PRO Public API to the Daxko Group API v1 and pulls data from GroupEx PRO to the Program Event Framework.

See open-y-subprojects/openy_daxko_gxp_syncer for how to configure the Syncer.

Embedded schedules

This replaces the deprecated Embedded GroupEx Pro Schedule Paragraph.

Embed code for GroupEx Pro schedules can be found in your GroupEx Pro admin interface.

  1. Look for the “New embed” toggle.

    Screenshot showing “New Schedule” and other options in the GroupEx Pro admin.

  2. Expand the options and choose any filters or colors that you prefer.

  3. Disable the “Fixed Header” option.

    Screenshot showing “Schedule Hosting LInk / Embedded Code for New Schdule” from Daxko

  4. Copy the resulting code. It will look similar to the following, substituting 000 for your own account number and adding any location or category filters as needed:

```
  1. Navigate to your YMCA website.

  2. Follow the directions to add a Code Paragraph or a Code Block.

  3. Paste the embed code into your block.

  4. Save the paragraph/block and the page.

If the pasted code does not appear on the page, ensure your site is updated with this change to enable direct copy/pasting of embed codes.

While the incoming code is controlled by Daxko/GroupEx Pro, many changes can be made with CSS. Try the CSS Editor module (≥2.0.1), which is bundled with the distribution, or work with your development partner to make customizations.

GroupEx Pro also provides direct links to the schedule page. These can be found in the “New Embed” section. Simply copy the link and add it to any link field or button on your site.

Last modified March 11, 2025: fix: markdown ai typo (7c7c61db)