Can I use S80 to pull trID within another s tag?

Options

I am building the wrapper for our events and each page will have the Top Ten participants and Top Ten team components. Is there a way to put it in the wrapper and have it pull based on the trID using S80?

Ex. ] - is there a way to replace the 1054 with S80:trID. I've tried a couple things but no luck so far.

Thanks

Tagged:

Comments

  • Matt,

    When one of the parameters of an S-Tag is itself an S-Tag, the outermost tag must be an E-Tag ("E" for "Evaluated"). Using an E-Tag tells Convio to evaluate the innermost S-Tags first. So, for example, ]:top-participants:10]].

    Specifically with the S42 tag, note that you can substitute 0 for the fr_id to render in the context of the current TeamRaiser, rather than ], so ].

  • Noah Cooper:

    Matt,

    When one of the parameters of an S-Tag is itself an S-Tag, the outermost tag must be an E-Tag ("E" for "Evaluated"). Using an E-Tag tells Convio to evaluate the innermost S-Tags first. So, for example, ]:top-participants:10]].

    Specifically with the S42 tag, note that you can substitute 0 for the fr_id to render in the context of the current TeamRaiser, rather than ], so ].

    Beautiful! Thanks for the speedy response Noah. Two days in a row now you've been my hero!

Categories