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>
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