The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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! |
#2
|
||||
|
||||
![]()
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 |
#3
|
|||
|
|||
![]()
what if you only want it on a certain thread, where do you put the code at???
|
#4
|
||||
|
||||
![]()
showthread - And wrap that code in conditionals.
Code:
<if condition="$threadinfo['threadid'] == THREADID">CODEABOVE</if> |
#5
|
|||
|
|||
![]()
what's the "codeabove" part?? I just want it on my sports page..
|
#6
|
||||
|
||||
![]()
The code above....
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|