Quote:
Originally Posted by efc9
I've had a PM about a similiar thing for another mod (AME). With that I just gave the details needed to add another video url (the actual youtube url) that could be used in forum posts. for that.
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>
Riight now on the Dev Version I've added a start a new thread about this video option..
That creates a new thread in a forum of the admin's choice with the video title, and the video shown using custom bbcode this hack adds rather than using AME, Passive or any of the other video hacks, as we are just dealing with YouTube here so we don't need the processing of those hacks..
|
thanks ill check this out