vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - vBTube (https://vborg.vbsupport.ru/showthread.php?t=160150)

Rickeo 10-19-2007 09:17 PM

How do members upload videos or add videos??

Thanks

Rick

bazzup 10-19-2007 09:35 PM

Quote:

Originally Posted by Rickeo (Post 1363955)
How do members upload videos or add videos??

Thanks

Rick

you can't, just search and watch

Drache 10-20-2007 05:14 AM

Possible to let members comment on the videos?

edgecutioner 10-20-2007 06:02 AM

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)

KrU$ty 10-20-2007 10:02 AM

Fantastic work buddy.

Installed +1.

efc9 10-20-2007 02:08 PM

Quote:

Originally Posted by Drache (Post 1364174)
Possible to let members comment on the videos?

Will be a feature of the next version.

efc9 10-20-2007 02:09 PM

Quote:

Originally Posted by edgecutioner (Post 1364190)
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.

Poppet 10-20-2007 07:17 PM

Quote:

Originally Posted by elmati (Post 1363936)
@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.

elmati 10-20-2007 11:53 PM

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 :)

efc9 10-21-2007 12:28 AM

Quote:

Originally Posted by Poppet (Post 1364559)
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.


All times are GMT. The time now is 06:04 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01519 seconds
  • Memory Usage 1,753KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete