vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Bottomline Sports Ticker (https://vborg.vbsupport.ru/showthread.php?t=128893)

kylek 10-12-2006 08:26 AM

Bottomline Sports Ticker
 
We would like to be able to have Espn's Bottomline Sports scoll displayed on out site but we cannot find out anywhere how to go about this. On Espn's site they mention to display on your own site "To put the BottomLine on your site, simply create a frameset with the bottom frame being exactly 44 pixels tall and point it to this address: http://espn.go.com/bottomline/espnewsbottomlinebasic.html"

What is a frameset and how does one go about creating it? Or would there be another way to add this?

Thanks!

jasonimacpt 05-06-2007 07:05 PM

add this to a module or in the page wherever you want it to be.

<table width="100%" align="center" height="44" id="espn">
<tr width="100%" height="44">
<td heigth"44">
<iframe name='espn' id='external' style='width: 95%; height: 44px;' src='http://espn.go.com/bottomline/espnewsbottomlinebasic.html' scrolling='auto' border='0' marginwidth='0' marginheight='0' align='center' frameborder='0'></iframe>
</td>
</tr>

</table>



you can see it live at http://www.takinitdeep.com

bhen13 06-14-2007 07:03 PM

what if you only want it on a certain thread, where do you put the code at???

Dismounted 06-15-2007 09:49 AM

showthread - And wrap that code in conditionals.
Code:

<if condition="$threadinfo['threadid'] == THREADID">CODEABOVE</if>

bhen13 06-15-2007 10:54 AM

what's the "codeabove" part?? I just want it on my sports page..

Dismounted 06-16-2007 04:34 AM

The code above....


All times are GMT. The time now is 12:42 AM.

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.01031 seconds
  • Memory Usage 1,718KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete