Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
World Tv Guide v.01 Details »»
World Tv Guide v.01
Version: .01, by rob01 rob01 is offline
Developer Last Online: Oct 2022 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 11-10-2008 Last Update: Never Installs: 9
Uses Plugins Template Edits
Re-useable Code Additional Files Translations Is in Beta Stage  
No support by the author.

Hello, this mod is based on -> UK Tv Guide Click here


Q&A
What this mod does?
Well its simple it will enable a TV Guide for each desired location, for UK you will be able to see the "Freeview/digital" TV guide and for china you will be able to see the english tv guide.

Currently releases:
- UK
- China

Future releases
- US
- Japan
- Korea
- Italy
- Spain
- and more!

Demos:
http://tustan.net/bbs/tv_guide.php (UK Tv guide)
http://tustan.net/bbs/cctv_guide.php (China Tv guide)


How to install? or just read the install file in the zip
Code:
    - First: Upload cctv_guide  &  tv_guide  - to your forum root directory
    - Second import the xml products (product-cctv_guide & product-tv_guide)
    - Third:
Go to Admincp - > Styles & Templates ->Style Manager -> on your style choose "main CSS" - > find  "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;
}
For your NavBar:

Code:
In Template navbar

Search for this:

+++++++++++++++++++++++++++++++++++

<!-- nav buttons bar -->

+++++++++++++++++++++++++++++++++++

Add above:

+++++++++++++++++++++++++++++++++++

<!-- tv guide -->
	<div class="vbmenu_popup" id="dropdown1_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">
                <tr><td class="thead">Europe TV Guides</a></td></tr>
		<tr><td class="vbmenu_control"><a href="tv_guide.php">UK TV Guide</a></td>
</tr>
                <tr><td class="vbmenu_control"><a href="tv_guide.php">Spain TV Guide</a></td>
</tr>
                <tr><td class="vbmenu_control"><a href="tv_guide.php">Italy TV Guide</a></td>
</tr>
                <tr><td class="thead">Asia TV Guides</a></td></tr>
		<tr><td class="vbmenu_control"><a href="cctv_guide.php">China TV Guide</a></td>
</tr>
                <tr><td class="vbmenu_control"><a href="tv_guide.php">Korea TV Guide</a></td>
</tr>
                <tr><td class="vbmenu_control"><a href="tv_guide.php">Japan TV Guide</a></td>
</tr>
                <tr><td class="thead">America TV Guides</a></td></tr>
		<tr><td class="vbmenu_control"><a href="tv_guide.php">US TV Guide</a></td>
</tr>
                <tr><td class="vbmenu_control"><a href="tv_guide.php">Mexico TV Guide</a></td>
</tr>
                <tr><td class="vbmenu_control"><a href="tv_guide.php">Canada TV Guide</a></td>
</tr>
</table>
</div>
<!-- / tv guide -->

+++++++++++++++++++++++++++++++++++

 FIND

+++++++++++++++++++++++++++++++++++
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
+++++++++++++++++++++++++++++++++++

  After just add this
+++++++++++++++++++++++++++++++++++

<!-- tv guide -->
<td id="dropdown1" class="vbmenu_control"><a href="#dropdown1">Tv Guides</a> <script type="text/javascript"> vbmenu_register("dropdown1"); </script></td>
<!-- / tv guide -->

+++++++++++++++++++++++++++++++++++

History:
- Information
0 Queries on Forum home
1 Manual template edits (Navbar)
2 Uploads (or more depending on which country's tv guide you will decide to use, currently i just add china and UK version.

- Version .01 Beta
- Add China english TV Guide
- Fix some un-cached templates
- Fix unneeded queries use ( because 1 queries was added for each tv guide)
- Improve NavBar button
- Add support for future country tv guides

Feel free to request or give any suggestion about the mod, and if you have any question feel free to ask it here. if you have any improvement or suggestion for this mod feel free to PM or post it


Credits:
UK Tv Guide Creator
credits to F0xy
For Tv Guide Extensions and fixes
credits to rob01


Feel free to mark Install if you use this product
i will give support even if you don't mark as installed

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 11-11-2008, 09:07 PM
rob01 rob01 is offline
 
Join Date: Sep 2008
Location: Mexico
Posts: 410
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reserved for future information
Reply With Quote
  #3  
Old 11-11-2008, 09:39 PM
dtv100 dtv100 is offline
 
Join Date: Apr 2007
Location: in the south of the north
Posts: 307
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you i realy need this.
ops no usa yet .ok i wait.
Reply With Quote
  #4  
Old 11-12-2008, 04:53 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I might install this when you add Australia in.
Reply With Quote
  #5  
Old 11-12-2008, 05:52 AM
tafreeh tafreeh is offline
 
Join Date: May 2008
Location: Canada
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

screenshot, demo anything ?
Reply With Quote
  #6  
Old 11-12-2008, 04:20 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this just an Iframe for TVplanner.net?
Reply With Quote
  #7  
Old 11-22-2008, 03:26 AM
dtv100 dtv100 is offline
 
Join Date: Apr 2007
Location: in the south of the north
Posts: 307
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any update on USA tv guide?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:42 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04669 seconds
  • Memory Usage 2,261KB
  • Queries Executed 20 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (6)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete