Badge Kit - Using code for multiple TeamRaisers

Options
We are using code from the badge kit that Blackbaud provides for our blueprint TeamRaiser event with 60+ child TeamRaisers.  In the code you need to put in the FR ID for your TeamRaiser.  What do you put in to amke it work for multiple TeamRaisers?


We are using the code for the earlybird badge, update profile badge and team member badge.


Thanks,


Meghan
Tagged:

Comments

  • Not really using the badge kit per se, but normally FR ID is retrieved dynamically through [[S334:fr_id]] and likely that same thing is being used on the badge kit snippet. If that's the case, you could leave that as is and do not have to manually hardcoded the FRID value because what it does is that it look for and grab the fr_id from the URL parameter of the same name. 


    All teamraiser based pages (i.e. entry, personal, team, etc) will have the &fr_id=xxxx parameter within their URL and that will be retrieved by that S334 tag. Thus depending on where you are going to use the badges if you are using it still within a Teamraiser based pages (i.e. personal page) you don't need to change that under normal circumstances.


    Hope it helps,


    regards,

    Daniel
  • This is great - thanks so much!  We are using it on a participant's profile page and on their homepage of their participant centre so this should work for us.  


    Thanks again,


    Meghan
  • "All teamraiser based pages..."


    Not relevant to the badge question, which presumably would only live on personal or team pages. But not ALL pages associated with a teamraiser hvave the FR_ID in the URL. Login, donate and search are some that do not.


    We get over this issue by putting the FR_ID in a session variable in the page wrapper.

     [[U0:frId=1234]]


    Which you can consume elsewhere.

    [[S80:frId]]


    This way anywhere your TR Pagewrapper is visible you will have access to the FR_ID.
  • Being new to TR, what is this badge kit you that is referenced? Are, just as important, where can I find it/do I even have access to it?
  • Blackbaud provides various campaign kits that you can use.  You can find all the kits here: http://customer.convio.com/site/PageServer?pagename=sm_free 


     
  • The badge kit provides you with instructions and code to create badges to reward fundraisers for actions they take.  So for example if they register early they can earn the Earlybird badge.  There are a lot of different badges you can setup - very useful kit!

Categories