Back to vBulletin 3.7 Add-ons

Status of PHP 8.5 support: Possible. Open Contacts for details.

UK TV Guide v1.0
Mod Version: 1.00, by F0xy

This modification is in the archives.
vB Version: 3.7.x Rating: (3 votes - 3.33 average) Installs: 18
Released: 29 Aug 2008 Last Update: Never Downloads: 87
Not Supported Uses Plugins Additional Files Re-usable Code Translations External Content  

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!
It automatically adds a link to your "quick links" dropdown bar but if you'd like to add a link to your navbar:

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.

File Type: %1$s UK TV Guide v1.0.zip (2.9 KB, 96 downloads)


vblts.ru supports vBulletin®, 2022-2025