Is it possible to change the team captain badge that shows up for captains on the team page?

Options

On team pages, it lists all the team members and beside the team captain's name there is a badge.  Can this badge be changed?  I couldnt find anything in Luminate.  Or is there a way to remove this?



We are looking at setting up a custom badge for the participant's page to show that they are a team captain so we wanted to make the badges match since they are for the same thing.

 

This is the badge:

captain.jpg

 

And here is an example of how it shows up:

 

Team_Page.jpg

Tagged:

Comments

  • Hi Meghan

     

    One way to do that will be through the Javascript coding (looping through the table and swapping that particular team captain default badge image), but yeah was wondering if there's another venue through the administration backend.

     

    Here's what we do to replace the team captain default badge with our custom through Javascript. (it's currently a test page / development page just in case)

     

    http://main.diabetes.org/site/TR?pg=team&fr_id=10480&team_id=705286

     

    Note:

    The other reason why we were doing it the Javascript way at the moment is because there's an ongoing bugs where Convio uploaded milestone badges would not be rendering / showing up despite being uploaded fine in the backend (the Convio support has said there's something on the backend mapping that needs to be rectify) but for now looping through these images replacing those missing images dynamically as well.

  • Daniel Hartanto:

    Hi Meghan

     

    One way to do that will be through the Javascript coding (looping through the table and swapping that particular team captain default badge image), but yeah was wondering if there's another venue through the administration backend.

     

    Here's what we do to replace the team captain default badge with our custom through Javascript. (it's currently a test page / development page just in case)

     

    http://main.diabetes.org/site/TR?pg=team&fr_id=10480&team_id=705286

     

    Note:

    The other reason why we were doing it the Javascript way at the moment is because there's an ongoing bugs where Convio uploaded milestone badges would not be rendering / showing up despite being uploaded fine in the backend (the Convio support has said there's something on the backend mapping that needs to be rectify) but for now looping through these images replacing those missing images dynamically as well.

    Thanks Daniel.  Good to know about this bug.

Categories