Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

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
  #392  
Old 10-21-2007, 03:13 PM
Tulsa Tulsa is offline
 
Join Date: Jul 2005
Location: Broken Arrow, Oklahoma
Posts: 475
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MiahBeSmokin420 View Post
ok then why was the rest of the code not removed from the new update?

see thats the things i dont like now i got to go through the code and remove that part of the code

takes 2 mins in dreamweaver but if the feature aint there then it should be removed
The download code was removed from the template.
Reply With Quote
  #393  
Old 10-21-2007, 03:16 PM
efc9 efc9 is offline
 
Join Date: Jun 2006
Location: Ashton-Under-Lyne
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MiahBeSmokin420 View Post
ok then why was the rest of the code not removed from the new update?

see thats the things i dont like now i got to go through the code and remove that part of the code

takes 2 mins in dreamweaver but if the feature aint there then it should be removed
You must have modified the vBTube_view template which would stop it being updated with this update.. A hack update won't overwrite a user modified template, so to get the new one, you need to "revert" the template (I know it sounds a bit backwards, but that's the way vBulletin works)

If you were doing a clean install the download code is no longer in the template.
Reply With Quote
  #394  
Old 10-21-2007, 03:21 PM
MiahBeSmokin420 MiahBeSmokin420 is offline
 
Join Date: May 2007
Location: Ohio
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alright i see what you was saying

ya cause i was wondering why the lil template mod i did to it was still there

lol makes since

so was there anything else that was changed in the vBTube_view Template?

Here Is Mine

Code:
<table class="tborder" width="100%" cellpadding="6" cellspacing="0">
<tr><td class="tcat" colspan="3">$sect</td></tr>
<tr>
<td class="alt1">
<h2 align="center">$videos[title]</h2>
<h3 align="center">$videos[author]</h2>
<blockquote>$videos[description]</blockquote>
<div align="center">
<embed src="http://www.youtube.com/v/$vidid" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed>
</div>
</td></tr>
<tr><td class="alt1" align="center">
<img src="http://img.youtube.com/vi/$vidid/1.jpg">&nbsp;&nbsp;
<img src="http://img.youtube.com/vi/$vidid/2.jpg">&nbsp;&nbsp;
<img src="http://img.youtube.com/vi/$vidid/3.jpg">
</td></tr>
<tr><td class="thead">Extra Options</td></tr>
<tr><td class="alt1">
<form name="vidForm" id="vidForm">
<strong>Copy And Paste To Give The Direct Link To A Friend:</strong><br>
<input name="video_link" type="text" value="$vboptions[bburl]/vBTube.php?do=view&vidid=$vidid" class="vidURLField" onClick="javascript:document.vidForm.video_link.focus();document.vidForm.video_link.select();" size="80" readonly="true">
<br><br>
<strong>Copy And Paste To Embed Video To A Post On sFe Forums:</strong><br>
<input name="embed_link" type="text" value="http://www.youtube.com/watch?v=$vidid" class="vidURLField" onClick="javascript:document.vidForm.embed_link.focus();document.vidForm.embed_link.select();" size="80" readonly="true">
<br><br>
<strong>Copy And Paste To Embed On Sites Like MySpace:</strong><br>
<textarea rows="5" cols="75" name="embed_code" type="text" class="vidURLField" onClick="javascript:document.vidForm.embed_code.focus();document.vidForm.embed_code.select();" size="80" readonly="true"><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/$vidid"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/$vidid" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></textarea>
</form></div>

<br />
</td></tr>

</table>

And Of Course I Added This Part In That Template:

Code:
<strong>Copy And Paste To Embed Video To A Post On sFe Forums:</strong><br>
<input name="embed_link" type="text" value="http://www.youtube.com/watch?v=$vidid" class="vidURLField" onClick="javascript:document.vidForm.embed_link.focus();document.vidForm.embed_link.select();" size="80" readonly="true">
<br><br>
The Reason I Added That Part Is Cause I Have That Mod That Embed All Videos From All Sites And Sheit Ya You Get The Point
Reply With Quote
  #395  
Old 10-21-2007, 03:28 PM
wizardan wizardan is offline
 
Join Date: Jan 2006
Location: America
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does the .php edit suggested in the first post to change the default category that shows on first view still work? Or what am I missing?
Reply With Quote
  #396  
Old 10-21-2007, 03:31 PM
MiahBeSmokin420 MiahBeSmokin420 is offline
 
Join Date: May 2007
Location: Ohio
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ya it still works as far as i know
i took it out though cause

idk i just didnt like having people see the same types of videos right there when they first see that section

i felt that a user should be able to see a diffrent video on the main page or that section every time they go into it
Reply With Quote
  #397  
Old 10-21-2007, 03:32 PM
Tulsa Tulsa is offline
 
Join Date: Jul 2005
Location: Broken Arrow, Oklahoma
Posts: 475
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What you're missing is the that change reflected "featured" and the code in the php file now calls "today" instead of "featured" but the change is still viable.
Reply With Quote
  #398  
Old 10-21-2007, 03:37 PM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://gridironfans.com/forums/vBTube.php" target="_blank">http://gridironfans.com/forums/vBTube.php</a>

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!
Reply With Quote
  #399  
Old 10-21-2007, 03:38 PM
MiahBeSmokin420 MiahBeSmokin420 is offline
 
Join Date: May 2007
Location: Ohio
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tulsa View Post
What you're missing is the that change reflected "featured" and the code in the php file now calls "today" instead of "featured" but the change is still viable.
Umm Im Not Really Following You With That One

Here Look At My vBTube Page And Tell Me If It Looks Like Im Missing Somethig From The New Updated Version If You Would Please

Click This Link Here To See My vBTube Page
Reply With Quote
  #400  
Old 10-21-2007, 03:45 PM
wizardan wizardan is offline
 
Join Date: Jan 2006
Location: America
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MiahBeSmokin420 View Post
ya it still works as far as i know
i took it out though cause
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");
}
Reply With Quote
  #401  
Old 10-21-2007, 03:49 PM
Tulsa Tulsa is offline
 
Join Date: Jul 2005
Location: Broken Arrow, Oklahoma
Posts: 475
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Instead of finding this...

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

Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
	$_GET['do'] = 'today';
}
Reply With Quote
Reply


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:55 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.10662 seconds
  • Memory Usage 2,317KB
  • 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
  • (6)bbcode_code
  • (4)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