View Single Post
  #20   Spotlight this post!  
Unread 22-10-2007, 16:46
Unsung FIRST Hero
Greg Marra Greg Marra is offline
[automate(a) for a in tasks_to_do]
FRC #5507 (Robotic Eagles)
Team Role: Mentor
 
Join Date: Oct 2004
Rookie Year: 2005
Location: San Francisco, CA
Posts: 2,030
Greg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond repute
Re: Test new TBA feature

Quote:
Originally Posted by cbale2000 View Post
1. TBA doesn't list our team as having competed in the finals at IRI. Yet we were the second team picked (out of the 4 team alliance) and played in every match the alliance played. Just thought I'd point that out.
The Blue Alliance System does not currently support matches with four teams per alliance, as the IRI Finals were run. If FIRST changes the official alliance system, this may be updated, but for now it is a back-burner problem.

Quote:
Originally Posted by cbale2000 View Post
2. Is there some glitch with the badge generator? I try to use the linking code it gives me but the image never appears and if I follow the images url it instead just redirects me to the main TBA page.
Yes, you found a problem. The link doesn't know what to do if you do not enter colors into the color fields. I will add javascript validation. In the mean time, enter a color (even if just 000000 or FFFFFF) to circumvent this issue.

Quote:
Originally Posted by fimmel View Post
try changing the last 2 characters to the iframe from:
Code:
/>
to:
Code:
></iframe>
that fixed cutting the rest of the page off on my site
I will change the code to reflect this more compatible method. Thanks. Since I can't edit my old post any more:

How to add to your team's site!

To add it to your site, add the following code to your site where you want it to appear:

Code:
<iframe src="http://www.thebluealliance.net/tbatv/iframe_playlist.php?frontcolor=ffcc00&backcolor=660000&lightcolor=ffff00&year=2007&team=177" frameborder="0" height="470" width="395" scrolling="no"></iframe>
Reply With Quote