Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
ESPN BottomLine Details »»
ESPN BottomLine
Version: 1.00, by acezakj acezakj is offline
Developer Last Online: Aug 2011 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 4.0.x Rating:
Released: 07-14-2010 Last Update: Never Installs: 37
Is in Beta Stage  
No support by the author.

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 -->

Screenshots

File Type: jpg Untitled.jpg (115.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
acmalin927, mapleleaffans

Comments
  #22  
Old 12-07-2010, 07:52 AM
8thos's Avatar
8thos 8thos is offline
 
Join Date: Aug 2010
Location: Pensacola, FL
Posts: 772
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This #$%# is awesome.
Reply With Quote
  #23  
Old 05-05-2011, 11:08 AM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed for testing with thanks on 4.04 ...

What would I change in the code to have it appear only in a group of specific forums:

ie: 5,106,110

Thanks ..

Regards,
Doug
Reply With Quote
  #24  
Old 05-05-2011, 11:16 AM
MagicThemeParks's Avatar
MagicThemeParks MagicThemeParks is offline
 
Join Date: Sep 2009
Posts: 850
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BadgerDog View Post
What would I change in the code to have it appear only in a group of specific forums:

ie: 5,106,110

Thanks ..

Regards,
Doug
https://vborg.vbsupport.ru/showthrea...t=conditionals
Reply With Quote
  #25  
Old 05-05-2011, 11:29 AM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MagicThemeParks View Post
Thanks ... :up:

This worked ...

Code:
 <!-- Sports Score Ticker Begin -->
<vb:if condition="in_array($foruminfo['forumid'], array(40,106))">
   <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 -->
Regards,
Doug
Reply With Quote
  #26  
Old 05-05-2011, 01:28 PM
EquinoxWorld EquinoxWorld is offline
 
Join Date: Nov 2009
Location: Naples
Posts: 354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If anyone wants to remove the white border it has as per default Iframe simply add the following attribute:

frameborder="0px" so it would look like so:

Code:
<tr>
<td class="alt1">
<iframe src="http://espn.go.com/bottomline/espnewsbottomlinebasic.html" height="44px" width="100%" frameborder="0px">
</iframe>
</td>
</tr>
Reply With Quote
  #27  
Old 05-07-2011, 10:07 AM
DaninMS DaninMS is offline
 
Join Date: May 2008
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like it and placed the ticker at the top of my forum but I noticed any customized changes (only show NFL and MLB scores) I made only showed up on a pop up window not on the forum itself. Anyone else have this problem ?

Also I'd like to show it on the main forum only but I'm not sure what the ID is for that.
Reply With Quote
  #28  
Old 05-11-2011, 12:35 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wonder if it would be possible to show different feeds on different forums.. would be some work I imagine..would be great for a sports related forumes to have feeds similar to the specific forum being viewed..
Reply With Quote
  #29  
Old 10-22-2011, 12:53 PM
RSNF's Avatar
RSNF RSNF is offline
 
Join Date: May 2010
Location: Florida
Posts: 242
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Appreciate you adding this been working out great for my members
Reply With Quote
  #30  
Old 10-22-2011, 10:01 PM
yesfans yesfans is offline
 
Join Date: Feb 2002
Location: In your head!
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

click on coll football, it does not show results, skips over it.. The CUSTOMIZE buttom they have is not working on mine?
Reply With Quote
  #31  
Old 10-23-2011, 11:43 PM
yesfans yesfans is offline
 
Join Date: Feb 2002
Location: In your head!
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it does not show NFL or COLL FOOTBALL stuff. WHY?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:44 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06507 seconds
  • Memory Usage 2,328KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete