[ Video Sharing CMS v4 ] Issue With Image sizes

Started by w4q45,

Previous topic - Next topic

0 Members and 5 Guests are viewing this topic.

ronyhage

Quote from: Alexander on
Upgrade to 3.6 or modify the lib/class.providers.php with the one from 3.6

I already upgraded to 3.6, this is happening on 3.6. this is my website: www.doodeo.com

you won't see any problem with the thumbnails now cause I ran SQL with the code provided to fix it.
  •  

PHPVibe A.

Think you missed to overwrite the youtube class file. There is no /0.jpg left in 3.6's importer.
Or, do you manually add the Youtube videos?

PHPVibe A.

If you manually embed, open lib/class.providers.php and
replace

  $img = 'http://i2.ytimg.com/vi/' . $videoId . '/0.jpg';


with

  $img = 'http://i2.ytimg.com/vi/' . $videoId . '/mqdefault.jpg';

ronyhage

Quote from: Alexander on
Think you missed to overwrite the youtube class file. There is no /0.jpg left in 3.6's importer.
Or, do you manually add the Youtube videos?

I add youtube videos through through "Upload" then "Web videos" and I just add the link
  •  

PHPVibe A.


ronyhage

Quote from: Alexander on
Gave you the fix upper.

I replaced the code, still did not work.
  •  

ronyhage

  •  

PHPVibe A.


ronyhage

Quote from: Alexander on
??? Did test it!

I attached the code and the way it looks on the website whenever a new video is uploaded
  •  

PHPVibe A.

The code looks intact, you didn't apply the change at all, so how are you expecting results?

ronyhage

Quote from: Alexander on
The code looks intact, you didn't apply the change at all, so how are you expecting results?

What do you mean by intact? and I just replaced the code you gave me with the code that was already there. what else should be done, can you please help me? thanks.
  •  

PHPVibe A.

That's the only change, and it will work for future shares.

ronyhage

Quote from: Alexander on
That's the only change, and it will work for future shares.

ok cause I sent you up a screen shot of a video share that I did after I changed the code and it still dint work, you can see the screen shot that I shared up (its the 1st video)
  •  

PHPVibe A.

You can test it here, the change works http://www.videoscriptdemo.com/
and it's the only change i've did...


Similar topics (7)