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
  #402  
Old 10-21-2007, 03:55 PM
wizardan wizardan is offline
 
Join Date: Jan 2006
Location: America
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tulsa View Post
Instead of finding this...

Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
	$_GET['do'] = 'featured';
}
Find this...

Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
	$_GET['do'] = 'today';
}
Bing!
Thanks Tulsa.
Reply With Quote
  #403  
Old 10-21-2007, 03:59 PM
MiahBeSmokin420 MiahBeSmokin420 is offline
 
Join Date: May 2007
Location: Ohio
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wizardan View Post
I am asked to find this in vBTube.php
Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
	$_GET['do'] = 'featured';
}
Someone show me where that is now???

What I see now is this...
Code:
if ($_GET['do'] == 'featured') {
include("vBTube/includes/featured.php");
}


Hey Im Not Realy Sure On How Good You Are At Coding And Stuff Like That For Site

But I Want To Teach You A Lil Trick I Do All The Time

And This Should ot Be Takeing As A Insult Or AnyThing Like That

But When SomeOne Tells You To Find Such And Such Code


For Example:

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

If You Cant Find That Code In A Template, .php File, Or What Ever

Try Taking Part Of The Code Off

So Like Since You Couldnt Find That Code I Would Have Searched For:

Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
Then Just Press Search Again Just To Make Sure There Is No Other Code Like That In The Template, .php File, Or What Ever.

Chances Are The Part That You Find Is Part Of What You Are Looking For.

Now Lets Say You Found The Same Thing 2 Times.

What I Would Do Is Compleatly Copy Everything In That template, .php File, Or What Ever. And Copy It Into A Text Document So You Dont Mess Things Up. (aka Ghetto Back Up lol)

Then Just Mod What Ever Part Looks Closest To What You Were Looking For In The First Place. Chances Are What You Find Is What You Are Looking For.


HopeFully That Will Help You Out In Later Times
Reply With Quote
  #404  
Old 10-21-2007, 04:01 PM
efc9 efc9 is offline
 
Join Date: Jun 2006
Location: Ashton-Under-Lyne
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SBlueman View Post
http://gridironfans.com/forums/vBTube.php

Updated to the latest version. I am SOOOOO looking forward to 1.3 when I won't have to edit vbTube.php and the templates over and over!
Yeah v1.3 is on the horizon.. (Nov 5th is the ETA now)
Reply With Quote
  #405  
Old 10-21-2007, 04:09 PM
MiahBeSmokin420 MiahBeSmokin420 is offline
 
Join Date: May 2007
Location: Ohio
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hold Up What The Heck Is A Play List Id?

I Thought It Was Like The UserName Of A YouTube Member But That Aint It

What The Pooper Scooper Is It?
Reply With Quote
  #406  
Old 10-21-2007, 04:10 PM
unitedpunjab unitedpunjab is offline
 
Join Date: Feb 2006
Location: Scotland
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated to 1.2.6 And Working like a Champ

http://www.unp.co.in/vBTube.php
Reply With Quote
  #407  
Old 10-21-2007, 04:13 PM
efc9 efc9 is offline
 
Join Date: Jun 2006
Location: Ashton-Under-Lyne
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As a user, you can create a playlist of your favourite clips, when you do that, the playlist has a custom id, enter that and voila you get all the movies in the playlist..
Reply With Quote
  #408  
Old 10-21-2007, 04:15 PM
MiahBeSmokin420 MiahBeSmokin420 is offline
 
Join Date: May 2007
Location: Ohio
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i see humm kinda useless unless you have a good memory lol
Reply With Quote
  #409  
Old 10-21-2007, 04:19 PM
efc9 efc9 is offline
 
Join Date: Jun 2006
Location: Ashton-Under-Lyne
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

kinda.. but then isn't most things in life
Reply With Quote
  #410  
Old 10-21-2007, 04:38 PM
unitedpunjab unitedpunjab is offline
 
Join Date: Feb 2006
Location: Scotland
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How to Add playlist for VBTUBE home page.

I mean how i can show videos from my playlist on my vbtube page.
Reply With Quote
  #411  
Old 10-21-2007, 04:52 PM
efc9 efc9 is offline
 
Join Date: Jun 2006
Location: Ashton-Under-Lyne
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To Make the default start page your playlist..

in vBTube.php find:
Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
	$_GET['do'] = 'today';
}
and change to:
Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
                $pid='<playlistid>';
	$_GET['do'] = 'playlist';
}
replace <playlistid> with your playlist id

or you can edit the vBTube template and add a link to:
Code:
vBTube.php?do=playlist&pid=<playlistid>
replace <playlistid> with your playlist id
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 12:54 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.05584 seconds
  • Memory Usage 2,304KB
  • 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
  • (9)bbcode_code
  • (3)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