|
UK TV Guide v1.0
This modification is in the archives.
Took the idea to make this from this request
It simply embeds a TV Guide into your forum for all UK channels on "Freeview/digital" TV. Check out the demo for more details: http://whatsyourview.net/forum/tv_guide.php Installation is very simple: Code:
Upload tv_guide.php to your forum root.
Then go to Admincp>Plugins & Products>Manage Products>import product
and import: product-tv_guide.xml
now go to Admincp>Styles & Templates>Style Manager>on your style choose "main CSS">scroll to the bottom to "Additional CSS Definitions" and at the bottom of the second box paste:
#container{
width:850px;
height:750px;
border:none;
overflow:hidden;
margin:auto;
}
#container iframe {
width:850px;
height:750px;
margin-left:0px;
margin-top:0px;
border:0 solid;
}
Done!
Code:
In Template navbar FIND -------------------------------------------------- <td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td> -------------------------------------------------- BELOW that ADD -------------------------------------------------- <a href="tv_guide.php">UK TV Guide</a></td> -------------------------------------------------- Download
This modification is archived, downloads are still allowed. |
|||||||||