Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBTube Details »»
vBTube
Version: 1.2.6, by efc9 efc9 is offline
Developer Last Online: Aug 2010 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.8 Rating:
Released: 10-12-2007 Last Update: 10-20-2007 Installs: 144
 
No support by the author.

Removed..

Show Your Support

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

Comments
  #212  
Old 10-15-2007, 10:55 PM
boxingscene boxingscene is offline
 
Join Date: Sep 2004
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had mine working fine most of yesterday, woke up this morning and the screen was showing nothing but blank. Tried uninstalling, reinstalling and get the same blank screen.

Does this create or alter any sql tables that may have to be fixed?
Reply With Quote
  #213  
Old 10-15-2007, 11:11 PM
efc9 efc9 is offline
 
Join Date: Jun 2006
Location: Ashton-Under-Lyne
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmm. very odd.. pm me the url for your installation and I'll check it out.

This doesn't use any additional sql tables, so that won't be the problem. Have you checked to make sure the product is still enabled?
Reply With Quote
  #214  
Old 10-15-2007, 11:49 PM
Fancy Qtr Fancy Qtr is offline
 
Join Date: Mar 2007
Location: Qatar
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow i like

but 4 new virein

if u can ,, leave members can put youtube vedio
Reply With Quote
  #215  
Old 10-16-2007, 12:20 AM
JimmyJames JimmyJames is offline
 
Join Date: Sep 2005
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Love this hack!
Reply With Quote
  #216  
Old 10-16-2007, 12:57 AM
Nickbe Nickbe is offline
 
Join Date: Jul 2007
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by boxingscene View Post
I had mine working fine most of yesterday, woke up this morning and the screen was showing nothing but blank. Tried uninstalling, reinstalling and get the same blank screen.

Does this create or alter any sql tables that may have to be fixed?
I get a blank screen too.

It's annoying not being able to have this mod.
Reply With Quote
  #217  
Old 10-16-2007, 01:55 AM
TheBlackPoet's Avatar
TheBlackPoet TheBlackPoet is offline
 
Join Date: May 2006
Location: Pasadena, Texas, USA
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so far so good... i only wish i could selct the menu myself... to make it more suitable for my particular market... "Black Issues" .. still... this is a kick-butt hack and im installing,... voting... and nominating..
Reply With Quote
  #218  
Old 10-16-2007, 02:01 AM
blazingpc's Avatar
blazingpc blazingpc is offline
 
Join Date: Sep 2006
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheBlackPoet View Post
so far so good... i only wish i could selct the menu myself... to make it more suitable for my particular market... "Black Issues" .. still... this is a kick-butt hack and im installing,... voting... and nominating..


You can set the default search by editing the php.
When the page is loaded if will display you default search genre.


Quote:
Originally Posted by efc9
in vBTube.php find:
Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
$_GET['do'] = 'featured';
}
and change to:
Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
$search='<insert search term>';
$_GET['do'] = 'search';
}
replace <insert search term> with your search term and that'll show the search instead of the featured videos on the frontpage. __________________
Reply With Quote
  #219  
Old 10-16-2007, 04:23 AM
Poppet Poppet is offline
 
Join Date: Jan 2007
Location: Southport, UK
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Poppet View Post
Thanks efc9 PM sent
All sorted and working again, many thanks to efc9 for your help, you're a star

I love this mod :up:
Reply With Quote
  #220  
Old 10-16-2007, 05:42 AM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheBlackPoet View Post
so far so good... i only wish i could selct the menu myself... to make it more suitable for my particular market... "Black Issues" .. still... this is a kick-butt hack and im installing,... voting... and nominating..
You can edit the menu with some basic html. I did it on my NFL site:

http://gridironfans.com/forums/vBTube.php

You'll want to edit the "vBTube" template. Here's mine in case you want some ideas:

Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
	<!-- no cache headers -->
	<meta http-equiv="Pragma" content="no-cache" />
	<meta http-equiv="Expires" content="-1" />
	<meta http-equiv="Cache-Control" content="no-cache" />
	<!-- end no cache headers -->
	$headinclude
	<title>$vboptions[bbtitle] - vBTube <if condition="$videos[title]">- Viewing: $videos[title]</if></title>
</head>
<body>
$header
$navbar

<table width="100%" cellpadding="6" cellspacing="0"><tr>

<td width="25%" valign="top">
<table width="100%" class="tborder" align="center" border="0" cellpadding="6" cellspacing="0">
<tr>
          <td class="tcat">NFL Team Videos</td>
        </tr>
<tr>
          <td class="alt1" align="left"> <strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Arizona%20Cardinals">Arizona 
Cardinals</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Atlanta%20Falcons">Atlanta 
Falcons</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Baltimore%20Ravens">Baltimore 
Ravens</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Buffalo%20Bills">Buffalo 
Bills</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Carolina%20Panthers">Carolina 
Panthers</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Chicago%20Bears">Chicago 
Bears</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Cincinnati%20Bengals">Cincinnati 
Bengals</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Cleveland%20Browns">Cleveland 
Browns</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Dallas%20Cowboys">Dallas 
Cowboys</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Denver%20Broncos">Denver 
Broncos</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Detroit%20Lions">Detroit 
Lions</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Green%20Bay%20Packers">Green 
Bay Packers</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Houston%20Texans">Houston 
Texans</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Indianapolis%20Colts">Indianapolis 
Colts</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Jacksonville%20Jaguars">Jacksonville 
Jaguars</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Kansas%20City%20Chiefs">Kansas 
City Chiefs</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Miami%20Dolphins">Miami 
Dolphins</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Minnesota%20Vikings">Minnesota 
Vikings</a> <br>
<strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=New%20England%20Patriots">New 
England Patriots</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=New%20Orleans%20Saints">New 
Orleans Saints</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=New%20York%20Giants">New 
York Giants</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=New%20York%20Jets">New 
York Jets</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Oakland%20Raiders">Oakland 
Raiders</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Philadelphia%20Eagles">Philadelphia 
Eagles</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Pittsburgh%20Steelers">Pittsburgh 
Steelers</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Saint%20Louis%20Rams">Saint 
Louis Rams</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=San%20Diego%20Chargers">San 
Diego Chargers</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=San%20Francisco%2049ers" selected>San 
Francisco 49ers</a> <strong><br>
</strong><strong> </strong><strong> </strong><strong> </strong><strong> </strong><strong> 
&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Seattle%20Seahawks">Seattle 
Seahawks</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Tampa%20Bay%20Buccaneers">Tampa 
Bay Buccaneers</a> <strong><br>
</strong><strong> </strong><strong> </strong><strong> </strong><strong> </strong><strong> 
</strong><strong> </strong><strong> </strong><strong> </strong><strong> </strong><strong> 
</strong><strong> </strong><strong> </strong><strong> </strong><strong> </strong><strong> 
</strong><strong> </strong><strong> </strong><strong> &middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Tennessee%20Titans">Tennessee 
Titans</a> <strong><br>
</strong><strong>&middot;</strong>&nbsp;<a href="vBTube.php?do=search&amp;search=Washington%20Redskins">Washington 
Redskins</a> <strong><br>
</strong><strong> </strong><strong> </strong><strong> </strong><strong> </strong><strong> 
</strong> 
          </td>
        </tr></table><br>

<table width="100%" class="tborder" align="center" border="0" cellpadding="6" cellspacing="0">
<tr>
          <td class="tcat">Featured Authors</td>
        </tr>
<tr>
          <td class="alt1"><p><strong>&middot;</strong> <a href="vBTube.php?do=user&uname=ProFootballTalk">ProFootballTalk</a><br>
              <strong>&middot;</strong> <a href="vBTube.php?do=user&uname=elabudi3">elabudi3</a><br>
              <strong>&middot;</strong> <a href="vBTube.php?do=user&uname=HailttRedskins">HailttRedskins</a><br>
              <strong>&middot;</strong> <a href="vBTube.php?do=user&uname=Platoon86">Platoon 
              86</a></td>
        </tr></table><br>

<form action="vBTube.php?do=search" method="post">
<table width="100%" class="tborder" align="center" border="0" cellpadding="6" cellspacing="0">
<tr><td class="tcat">Search $vbphrase[vBTube_title]</td></tr>
<tr><td class="alt1">
<input type="text" name="search" value="search..." class="styled" onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" /> <input type="submit" value="Go!" class="button" />
</td></tr></table>
</form>

</td>

<td>&nbsp;</td>

<td width="75%" valign="top">
$vBTube_videos
</td>

</tr></table>

$footer
</body>
</html>
Reply With Quote
  #221  
Old 10-16-2007, 05:50 AM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by efc9 View Post
I've thought about adding a "make new thead with this video" feature. Haven't looked at AME but will do so..
YES! That would be uber-AWESOME!
I just tested vBTube moments ago - I'm really loving it!
Thanx for sharing

Jacquii.

[high]* PoetJA-1975 CLICKS INSTALL[/high]
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 05:39 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.04894 seconds
  • Memory Usage 2,327KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete