vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Display Enhancements - ESPN BottomLine (https://vborg.vbsupport.ru/showthread.php?t=246562)

8thos 12-07-2010 07:52 AM

This #$%# is awesome.

BadgerDog 05-05-2011 11:08 AM

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

MagicThemeParks 05-05-2011 11:16 AM

Quote:

Originally Posted by BadgerDog (Post 2192211)
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

BadgerDog 05-05-2011 11:29 AM

Quote:

Originally Posted by MagicThemeParks (Post 2192221)

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

EquinoxWorld 05-05-2011 01:28 PM

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>


DaninMS 05-07-2011 10:07 AM

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.

RichieBoy67 05-11-2011 12:35 PM

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

RSNF 10-22-2011 12:53 PM

Appreciate you adding this been working out great for my members

yesfans 10-22-2011 10:01 PM

click on coll football, it does not show results, skips over it.. The CUSTOMIZE buttom they have is not working on mine?

yesfans 10-23-2011 11:43 PM

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


All times are GMT. The time now is 02:53 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01230 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete