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)

efc9 10-14-2007 07:38 PM

Quote:

Originally Posted by Nickbe (Post 1359915)
I am gettign blank screen issue too, any ideas?

Have you imported the product file too?

efc9 10-14-2007 07:38 PM

Quote:

Originally Posted by edenx (Post 1359924)
Where do I change categories?

nice job!

Categories are hardcoded in the template, to change them you'll need to edit the vBTube template.

SBlueman 10-14-2007 07:58 PM

Quote:

Originally Posted by blazingpc (Post 1359872)
*INSTALLS*

Easy install and set up on this.
http://www.blazingpc.com/forum/vBTube.php?
^^ Another demo page if you need one^^.
I also set the default search to "Overclocking" which is the basis of my site so when the page is loaded you have all the overclocking videos.

How did you set the default search?

basketmen 10-14-2007 08:01 PM

i am sorry i cant find this answer

how to add video?
how to edit video?
how to delete video?

blazingpc 10-14-2007 08:02 PM

Quote:

Originally Posted by SBlueman (Post 1359998)
How did you set the default search?


Post#38 Explains it.


Quote:

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';
}

SBlueman 10-14-2007 08:10 PM

Thank you sir!

blazingpc 10-14-2007 08:15 PM

Quote:

Originally Posted by basketmen (Post 1360001)
i am sorry i cant find this answer

how to add video?
how to edit video?
how to delete video?

You do not add\edit\delete the videos they are drawn from YouTube through the search function.
You can edit the default search to show a specific genre of videos when the page is loaded by using the code above.

993ti 10-14-2007 08:33 PM

Awesome.
Very simple to install too :)
Not all members have seen it yet but i'm sure they'll like it.
http://www.twenteracingscene.com/vBTube.php

993ti 10-14-2007 09:02 PM

Btw, if someone wants to sort the default page by category:
In vBTube.php
Replace
Code:

if ((!$_GET['do'] || $_GET['do'] == ''))
{
        $_GET['do'] = 'featured';
}

With
Code:

if ((!$_GET['do'] || $_GET['do'] == ''))
{
                $catid='<insert catid here>';
        $_GET['do'] = 'cat';
}

You can see the catid by moving the mouse over the category.
In the statusbar you'll see something like this:
http://www.yourdomain.com/vBTube.php?do=cat&catid=2
2 is the catid (on my page it defaults to Autos & vehicles).

rwilkins108 10-14-2007 09:46 PM

GREAT MOD!

but, how best to integrate with vbAdvanced? How best to attract the forum user into the vbTube pages...


All times are GMT. The time now is 06:52 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.01384 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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