Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

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
  #372  
Old 10-19-2007, 09:17 PM
Rickeo's Avatar
Rickeo Rickeo is offline
 
Join Date: Jan 2007
Location: Manchester
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do members upload videos or add videos??

Thanks

Rick
Reply With Quote
  #373  
Old 10-19-2007, 09:35 PM
bazzup bazzup is offline
 
Join Date: Dec 2006
Location: Liverpool
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rickeo View Post
How do members upload videos or add videos??

Thanks

Rick
you can't, just search and watch
Reply With Quote
  #374  
Old 10-20-2007, 05:14 AM
Drache Drache is offline
 
Join Date: Aug 2004
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Possible to let members comment on the videos?
Reply With Quote
  #375  
Old 10-20-2007, 06:02 AM
edgecutioner edgecutioner is offline
 
Join Date: Jul 2007
Location: Qatar
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks dude! you can come to my site (owned by me and the user named 'wrestlesomnia')

http://wrestlesomnia.com/vBTube.php

and there's a major problem.... when i click Download Video, it takes me to Google and gives me a 400 code (bad REquest)
Reply With Quote
  #376  
Old 10-20-2007, 10:02 AM
KrU$ty's Avatar
KrU$ty KrU$ty is offline
 
Join Date: Oct 2007
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fantastic work buddy.

Installed +1.
Reply With Quote
  #377  
Old 10-20-2007, 02:08 PM
efc9 efc9 is offline
 
Join Date: Jun 2006
Location: Ashton-Under-Lyne
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Drache View Post
Possible to let members comment on the videos?
Will be a feature of the next version.
Reply With Quote
  #378  
Old 10-20-2007, 02:09 PM
efc9 efc9 is offline
 
Join Date: Jun 2006
Location: Ashton-Under-Lyne
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by edgecutioner View Post
Thanks dude! you can come to my site (owned by me and the user named 'wrestlesomnia')

http://wrestlesomnia.com/vBTube.php

and there's a major problem.... when i click Download Video, it takes me to Google and gives me a 400 code (bad REquest)
Google keeps changing things about which stops the download video from working, I'm still trying to come up with a better method of doing it.
Reply With Quote
  #379  
Old 10-20-2007, 07:17 PM
Poppet Poppet is offline
 
Join Date: Jan 2007
Location: Southport, UK
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by elmati View Post
@BadgerDog

as i think this feature comes in the next major version

btw if you really need it you need to edit some files:

in vBTube.php find :
PHP Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
    
$_GET['do'] = 'today';

change by:
PHP Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
    
$_GET['do'] = 'mysearch';

Find:
PHP Code:
if ($_GET['do'] == 'search') {
include(
"vBTube/includes/search.php");

add below:
PHP Code:
if ($_GET['do'] == 'mysearch') {
$search='my_search_terms'//here you can add you search criteria
include("vBTube/includes/mysearch.php");



Now in vBTube/includes take search.php make a copy and rename into mysearch.php

And now create a new link in template vBTube called "My Videos" o whatever you want... and link into:
Code:
<a href="vBTube.php?do=mysearch">My Videos</a>
i think this may work

remember change mysearch by whatever you want and "My Videos" too...
tell me if it works..
I tried that and it didn't work, sorry

How do I change the default so it doesn't show the "New Today" vids when vBTube.php is opened?

Our forum is a local community site and I'd prefer it to show vids that are relevant to our site when it opens.
Reply With Quote
  #380  
Old 10-20-2007, 11:53 PM
elmati elmati is offline
 
Join Date: Mar 2007
Location: Argentina
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if you follow my steps it works perfect!

do you edit "my_search_terms in line:
$search='my_search_terms'; //here you can add you search criteria

my post show you how to change the default new today by any other search u want...

see my site i change the default
http://www.banite.com.ar/foro/banitube.php
look it says Search Results: party, you can edit this line if u want
Reply With Quote
  #381  
Old 10-21-2007, 12:28 AM
efc9 efc9 is offline
 
Join Date: Jun 2006
Location: Ashton-Under-Lyne
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Poppet View Post
I tried that and it didn't work, sorry

How do I change the default so it doesn't show the "New Today" vids when vBTube.php is opened?

Our forum is a local community site and I'd prefer it to show vids that are relevant to our site when it opens.
https://vborg.vbsupport.ru/showpost....2&postcount=38

That info is a little out of date, search for today rather than featured. but if you make that change it should do what you want, sorry for missing this query before.. Would be nice if vb.org could offer a bug & query tracker on every release so it's easier to find the bugs & questions for hack others.
Reply With Quote
Reply

Thread Tools

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:21 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.05150 seconds
  • Memory Usage 2,313KB
  • 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
  • (4)bbcode_php
  • (5)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
  • (1)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