Status
Not open for further replies.

GoodApples

Customer
How do I get the Gallery to use the
Code:
xml_video_vbulletin

I have a modified
Code:
xml_video_vbulletin
which disables related videos in youtube it works with the CMS and Forum but doesn't work in the Gallery?

Disable Related Videos on the CMS and Forum works...but How do I get the Gallery to disable related videos?
 
What is xml_video_vbulletin? Is it a file in includes/xml? And what are related videos? I've never heard of this functionality before :(
 
Sorry, it's actually
Code:
bbcode_video_vbulletin.xml
and Yes it's a file in the includes/xml

Related Videos is when the video ends and you will see other videos within the frame.

Here you go, You will love this...

Disable Related Videos
 
You need to edit the dbtech_gallery_image_full template and change the
Code:
<iframe width="<vb:if condition="$image_data[box_new_width]">{vb:raw image_data.box_new_width}<vb:else />560</vb:if>" height="<vb:if condition="$image_data[box_new_height]">{vb:raw image_data.box_new_height}<vb:else />315</vb:if>" src="http://www.youtube.com/embed/{vb:raw image_data.filename}" frameborder="0"></iframe>
to put the ?rel=0 after the {vb:raw image_data.filename} :)
 
Status
Not open for further replies.

Legacy DragonByte Gallery

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
862
Customer rating
0.00 star(s) 0 ratings
Back
Top