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-13-2007 07:28 PM

Quote:

Originally Posted by FRANKTHETANK 2 (Post 1359137)
I'd like to add another category. Where can this be done? I got the category in the product but where can one edit the cat=id? Any help would be great.

You'll need to edit the vBTube template, I'll make the categories configurable rather than hardcoded into the template in a later version.

vbreal 10-13-2007 08:01 PM

wil.l add after next update. thanks for the mod!!

Lionel 10-13-2007 08:09 PM

This is cool. I made something similar for my site a month ago. Suggestion: in my version, admin and mods can post the video in a set forums using the AME hack

LPH2004 10-13-2007 08:13 PM

This is fantastic !

Is there a way to narrow the search down immediately on the vBTube.php page so that only certain topics are shown? For example, a technology site might only want to show the technology videos on that opening php page. The other videos can be made available through the left menu.

For a live demo: www.whatisnew.com/vBTube.php or www.tabletquestions.com/vBTube.php
These sites are on two different linux based servers to test performance.

shaynehammy 10-13-2007 08:19 PM

This looks awesome! Will check back once beta is complete. Voted for MOTM.

katilkuzu 10-13-2007 08:22 PM

installed* good job dude

kentley 10-13-2007 08:40 PM

*installed*

Voted for MOTM :)

efc9 10-13-2007 08:41 PM

Quote:

Originally Posted by LPH2004 (Post 1359206)
Is there a way to narrow the search down immediately on the vBTube.php page so that only certain topics are shown? For example, a technology site might only want to show the technology videos on that opening php page. The other videos can be made available through the left menu You can edit vBTube.php to show a default search page instead.

in vBTube.php find (updated for v1.2.6):
Code:

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

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.

efc9 10-13-2007 08:45 PM

Quote:

Originally Posted by Lionel (Post 1359204)
This is cool. I made something similar for my site a month ago. Suggestion: in my version, admin and mods can post the video in a set forums using the AME hack

I've thought about adding a "make new thead with this video" feature. Haven't looked at AME but will do so..

Kaleem 10-13-2007 08:58 PM

/me Clicks Install


All times are GMT. The time now is 01:45 AM.

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.01323 seconds
  • Memory Usage 1,735KB
  • 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
  • (3)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