The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#392
|
|||
|
|||
The download code was removed from the template.
|
#393
|
|||
|
|||
Quote:
If you were doing a clean install the download code is no longer in the template. |
#394
|
|||
|
|||
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"> <img src="http://img.youtube.com/vi/$vidid/2.jpg"> <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> |
#395
|
|||
|
|||
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?
|
#396
|
|||
|
|||
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 |
#397
|
|||
|
|||
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.
|
#398
|
|||
|
|||
<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! |
#399
|
|||
|
|||
Quote:
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 |
#400
|
|||
|
|||
Quote:
Code:
if ((!$_GET['do'] || $_GET['do'] == '')) { $_GET['do'] = 'featured'; } What I see now is this... Code:
if ($_GET['do'] == 'featured') { include("vBTube/includes/featured.php"); } |
#401
|
|||
|
|||
Instead of finding this...
Code:
if ((!$_GET['do'] || $_GET['do'] == '')) { $_GET['do'] = 'featured'; } Code:
if ((!$_GET['do'] || $_GET['do'] == '')) { $_GET['do'] = 'today'; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|