[[S36]] Rendering Conditions?

Options
So I'm trying to sue the S36 tag to reproduce the scrolling donor wall found in the sidebar of the participant pages in TeamRaiser.  You know the one where it lists off the donors name and the amount they gave to the participant?

[[E36:top_gifts_list,[[S42:0:fr-id]],0,0,SCROLLING,SUM,20,Honour Roll]]


Modifying the S36 to make it an evalutate tag works in the compiling to have Lumiante drop the raw scrolling space in my page, but no list content... so it's an empty box.


Modifying my code to sue the team_donor_list type value instead

[[E36:team_donor_list,[[S42:0:fr-id]],0,0,SCROLLING,SUM,20,Honor Roll]]


Renders a fully formed scrolling list of donors to the event - except there is no donation amounts on the list.


Thoughts or direction on how to get both the donor names AND the donation amounts?


Cheers,
Tagged:

Comments

  • I believe the donation amount is not because we are doing the honor roll through the S-tag or programmatically but it's either backend configuration and/or if someone opted to choose not to show the amount donated.

    http://main.diabetes.org/site/TR/StepOut/StepOutContent?px=12582657&pg=personal&fr_id=11525


    See this is the default OOB honor roll (not rebuilt through S-tag, but just pulled to a desired html container through JS)


    going to check what configuration backend is that (within that Teamraiser Edit #3 advanced option) or user-controlled participant center.. can't recall exactly at moment, 


    regards,

    Daniel


    EDIT ADD ON


    Check the following potential candidates:

    Teamraiser > Edit > #3. Select Event Options > Related Actions > Edit Advanced Options >

    #9,#10, #11, #18 
    have checkboxes that ask whether you want the teamraiser to display the amount


    Also within the Participant Center, there is also user controlled default generated options under
    Personal Page Tab > Components  (provided if you set that to be changeable by end user from the backend Teamraiser (again that Advanced Option)


    the second checkbox says "Fundraising Honor Roll"  checkbox "Show donor names only. Do not show amoutns"   -- this setting would probably be applicable to default OOB scroll not the custom one (hence that's normally I leave the scrolling component default so that one could benefit from these preferences)


     

Categories