S404 Display the Five Most Recent Team or Event Donors

Use the S404 Tag to render a donor wall that lists the five most recent donors to a team or an event. If the wall is for a team, the display includes gifts made directly to that team and to team participants. If it is for an event, the list includes all teams and gifts relating directly to that event. A link at the bottom of the control opens a new window that displays a searchable list of all donors.

Application

TeamRaiser

Can You Add This S-Tag in the WYSIWYG content editor?

No, this S-Tag cannot be added using the WYSIWYG content editor toolbar. Add the S-Tag code to the HTML using the Plain Text editor. 

Can You Add This S-Tag in the Luminate CMS WYSIWYG content editor?

No, this S-Tag cannot be added using the Luminate CMSWYSIWYG content editor. Add the S-Tag code to the HTML using the Plain Text editor in Luminate CMS.

Format

  • Standard
    [[S404:type:ID:title]]

  • XML
    <convio:session name="404" param="type:team,ID:1011,title:Recent Team Gifts"/>

Parameters

  • type - either team or event, required

  • event ID - the ID of the event

  • team ID - the ID of the team

  • title - title that will render at the bottom of the control

Sample Code

  • Standard
    [[S404:team,1011,1000,Recent Team Gifts]]

  • XML
    <convio:session name="404" param="1011,1000,Recent Team Gifts "></convio:session>