Quote:
Originally Posted by efc9
in the vBTube_view template find:
Code:
<strong>Video URL:</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>
and add above it:
Code:
<strong>AME Embed URL:</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>
|
Quote:
Originally Posted by efc9
in vBTube template. change the title tag to:
Code:
<title>$vboptions[bbtitle] - vBTube <if condition="$videos[title]">- Viewing: $videos[title]</if></title>
(Don't forget to click Install *g*)
|
Excellent codes guys, thanks!

:up: