View Single Post
  #546  
Old 09-26-2008, 03:24 PM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod, Thank you.

I took all the Supported Sites & added them to a drop down that will open in new window
when clicked.
I added it to the vbtube_catbit template, but can be added to the Rightbox within vbtube Options or anywhere you want.

To add it to your vbtube_catbit template, after this,

Code:
<tr>
          	  <td class="thead">$vbphrase[vbtube_menu_categories]</td>
                </tr>
                <tr>
                  <td class="alt2"><font size="$menusize"> $categories </font></td>
           </tr>

Add the following.

Code:
<tr>
<td class="alt1">
 <div align="center">
<form name="hops">
<select style="font-size:12px;color:#006699;font-family:verdana;background-color:#PPPPPP;" name="menu">
<option selected>Choose One</option>
<option value="http://www.youtube.com/">YouTube</option>
<option value="http://video.google.com/">Google</option>
<option value="http://www.metacafe.com/">Metacafe</option>
<option value="http://www.myvideo.co.za/">MyVideo</option>
<option value="http://www.gamespot.com/">Game Spot</option>
<option value="http://www.koreus.com/videos/nouveau/">Koreus</option>
<option value="http://videos.sapo.pt/">VideoSapo</option>
<option value="http://www.liveleak.com/">LiveLeak</option>
<option value="http://www.veoh.com/">Veoh</option>
<option value="http://www.truveo.com/tag/clipfish">ClipFish</option>
<option value="http://en.sevenload.com/">SevenLoad</option>
<option value="http://www.izlesene.com/">Izlesene</option>
<option value="http://www.vidiac.com/">Vidiac</option>
<option value="http://www.onsmash.com/">OnSmash</option>
<option value="http://www.godtube.com/">GodTube</option>
<option value="http://www.dailymotion.com/us">DailyMotion</option>
<option value="http://www.brightcove.tv/">BrightCove</option>
<option value="http://www.youku.com/">YouKu</option>
<option value="http://www.livevideo.com/">LiveVideo</option>
<option value="http://www.expertvillage.com/">ExpertVillage</option>
<option value="http://www.redtube.com/">RedTube</option>
<option value="http://www.pornotube.com/">PornoTube</option>
<option value="http://www.pokertube.com/">PokerTube</option>
<option value="http://www.filmpjes.nl/">FilmPjes</option>
<option value="http://www.pikniktube.com/">PiknikTube</option>
<option value="http://www.stream.cz/">Stream.cz</option>
<option value="http://vtubeonline.vidiac.com/">VideoTube</option>
<option value="http://www.movieweb.com/">MovieWeb</option>
<option value="http://www.mtv.com/">MTV</option>
<option value="http://revver.com/">Revver</option>
<option value="http://home.sina.com/">Sina</option>
<option value="http://www.youmaker.com/">YouMaker</option>
<option value="http://www.yahoo.com/">Yahoo</option>
<option value="http://www.vimeo.com/">Vimeo</option>
</select>
<input style="font-size:12px;color:#ffffff;font-family:verdana;background-color:#000000;font-weight:bold;" type="button" onClick="window.open(document.hops.menu.options[document.hops.menu.selectedIndex].value);" value="Take me there!">
</form> </td></tr></div>

As you see, you can edit fonts & colors to match your site. Enjoy....
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01322 seconds
  • Memory Usage 1,788KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete