Whenever I add a new video, I don't want the related videos showing up at the end after it has played. I use ?rel=0 on the end of my video link but it still shows the related videos at the end. The Show related videos tick box in the Player settings doesn't seem to do anything either.
This functionality works on the D7 version (using a patch), could you make it work for D6 please.
Thanks

Comments

traviscarden’s picture

Looks like this is fixed in commit 2dfaf7e. You can get it as a patch file. Note: It only seems to fix the feature for the HTML5 player. (Since that's what I use, I didn't take the time to find out if the Flash player is fixed in another commit.)

imclean’s picture

Version: 6.x-1.3 » 6.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new1.14 KB

The URL for the Flash player wasn't constructed correctly. There should be a question mark rather than ampersand before the first parameter.

Patch is against the latest git.

imclean’s picture

Title: Turning off Rel (related videos) functionality does not work » Turning off Rel (related videos) functionality does not work, check_plain() on entireURL
StatusFileSize
new1.11 KB

check_plain() on the URL was preventing the other options from functioning (autohide etc.).

I'm not sure it's required on the URL as a whole as most elements seem to go through check_plain individually.

daveX99’s picture

Thanks for this patch. It looks like its working.

What's weird is that my client only asked about fixing this today (6/5/2013), and you only posted the patch yesterday. If he'd asked any earlier, I wouldn't have found it probably.

Is there a way to urge that this be rolled into the next update?

-dave.

shawngo’s picture

The patch in #3 works for me although I ended up applying it manually against 6.x-1.3.

aaron’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.