S39 List of TeamRaiser Campaigns
Use the S39 Tag to display a list of TeamRaiser campaigns. If an Interest is indicated in the tag parameters, then the data display in a table with the date of the event as configured on the TeamRaiser greeting page. If an Interest is not specified, a list of data displays.
The S39 Tag outputs public event type data if the related site option is enabled.
It will only list TeamRaiser Events with status of:
-
Accepting Gift
-
Accepting Registrations
-
Gifts Accepting Registrations Only.
If you are displaying a list of events managed by the logged-in constituent, it will include Unpublished and Closed.
Application
PageBuilder
Can You Add This S-Tag in the Luminate Online Content Editor?
No, add the S-Tag code to the HTML using the Plain Text Editor.
Can You Add This S-Tag in the Luminate CMS Content Editor?
No, add the S-Tag code to the HTML using the Plain Text Editor.
Format
- Standard
[[S39:interest*colour*size*useBullets*maxListSize*displayType*security*title:showOnlyRegistered:type:fiscalYear]]
- XML
<convio:session name="39" param="interest*colour*size*useBullets*maxListSize*displayType*security*title:showOnlyRegistered:type:fiscalYear" />
Parameters
-
interest - the ID of the interest category to filter campaigns (use 0 to disregard interests)
-
colour - hexadecimal (#000000) or named color (black)
-
size - the size of the scalable font to use
-
useBullets - true or false- true or false
-
maxListSize - the maximum number of campaigns
-
displayType - 0 to show all campaigns, and 1 to show campaigns filtered by interest
-
security - 0 to show all campaigns, or the security cat ID filter
-
title - the text for the title of the list
-
showOnlyRegistered - "true" or "false"
-
type - default is blank, use a string to filter based on this TeamRaiser type
-
fiscalYear - default is blank, if a year (2006) filters list on TeamRaiser fiscal year
-
showOnlyEventsManaged - default is false, if true, this will cause the list to render only events that are managed by the logged in constituent
Sample Code
Standard
[[S39:0*red*14pt*true*50*0*0*TeamRaisers]]
XML
<convio:session name="39" param="0*red*14pt*true*50*0*0*TeamRaisers"></convio:session>