We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Xhamster and thumbnail - Video | Forum

Philippe
Philippe Nov 9 '13
With the 6690 version the thumbnail don't display if use a Xhmaster video. To resolve this problem edit ow_plugins/video/classes/video_providers.php in line 499 replace
$url = isset($match[1]) ? $match[1] : VideoProviders::PROVIDER_UNDEFINED;

with
$url = isset($match[1]) ? urldecode($match[1]) : VideoProviders::PROVIDER_UNDEFINED;


The Forum post is edited by Philippe Nov 9 '13
fbkca
fbkca Nov 9 '13
awesome, thanks for this!
You do not have permission to reply this topic