Works!
I added it to show in our Sports forum only.
If you want to show it only on a certain Forum or Forum(s), for vB 4.0.4,
Find in Forum Display Templates -> FORUMDISPLAY:
Code:
{vb:raw template_hook.forumdisplay_below_subforums}
</vb:if>
Add Below: (change value 15 to your Forum ID to display in)
Code:
<!-- Sports Score Ticker Begin -->
<vb:if condition="$foruminfo['forumid']==15">
<tr>
<td class="alt1">
<iframe src="http://espn.go.com/bottomline/espnewsbottomlinebasic.html" height="44px" width="100%"></iframe>
</td>
</tr>
</vb:if>
<!-- Sports Score Ticker End -->