How to customize the TR Personal Page?

Options
Is there a way to customize an individual TR personal page with, for example, HTML? Currently, only a text message and one image (sized 300x400) is allowed but I actually wanted to add in a second image, is this possible? This applies to only one particular personal page, not to all.


Also, is there a way to make that 300x400 image larger or change its size?


thanks in advance :)
Tagged:

Comments

  • Not within the normal UI. But you can with a little clever coding. 


    We customize personal and team pages using the "Page Footer (Not User Editable)" area in the design of the default personal page. You can add anything you want there and it will appear on all Personal Pages. It doesn't have to be a footer though. You can use CSS to position it where you want, or even JQuery to actually move your new elements in the DOM, so the html is right were you want it.


    To make the change for just one person, you could wrap it all in a S-Tag conditional. Just check if the URL contains the right participant Id.
  • Thanks Brian.yes Good to know ways to work around the normal UI. May BB should consider making things more user-friendly in the near futurefrown...


    Brian Mucha:

    Not within the normal UI. But you can with a little clever coding. 


    We customize personal and team pages using the "Page Footer (Not User Editable)" area in the design of the default personal page. You can add anything you want there and it will appear on all Personal Pages. It doesn't have to be a footer though. You can use CSS to position it where you want, or even JQuery to actually move your new elements in the DOM, so the html is right were you want it.


    To make the change for just one person, you could wrap it all in a S-Tag conditional. Just check if the URL contains the right participant Id.

     

  • Teamraiser is already super complicated and fairly feature rich. Lots of people dream up a feature they are hoping for, yet no solution is going to do everything, of course. So you might not be surprised by 'no' answers to these kind of questions, but a lot of the time we don't have to settle for that. 


    Once you are trying to do stuff that it doesn't do out of the box, things are going to get a little hacky and difficult like this. At least there are still ways to get at the html, css and js! 

Categories