Back to vBulletin 4.x Add-ons

ESPN BottomLine
Mod Version: 1.00, by acezakj

vB Version: 4.0.x Rating: (7 votes - 4.86 average) Installs: 37
Released: 15 Jul 2010 Last Update: Never Downloads: 0
Not Supported Is in Beta Stage  

Very easy mod to install.

What is ESPN BottomLine?

Its a scrolling bar with live updates of sports. From ESPN

Instructions:
  1. AdminCP>Styles templates>Navbar
  2. Go all the way to the bottom and post this code:
  3. Code:
    <tr>
    <td class="alt1">
    <iframe src="http://espn.go.com/bottomline/espnewsbottomlinebasic.html" height="44px" width="100%">
    </iframe>
    </td>
    </tr>
  4. Should work perfectly, if not leave a question below.
Update from Atomic
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 -->

Download

No files for download.

Screenshots

Click image for larger version
Name:	Untitled.jpg
Views:	1145
Size:	115.6 KB
ID:	119649  

Similar Mods

BB Code Enhancements ESPN Video BBCode vBulletin 3.6 Template Modifications
Forum Display Enhancements GTP's ESPN Bottomline vBulletin 3.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024