sweeps78 |
05-12-2008 05:25 PM |
Quote:
Originally Posted by nix
Quote:
Originally Posted by sweeps
Any word yet on why the thumbnail won't show up for DivX videos? The thumbs show up just fine on all other videos, just not DivX
|
For user posted content? If you want to fix it now look at the goldbrick_player tempalate for the divix
|
It was user posted content. After looking at the goldbrick_player tempalate though, I realized what was happening. I didn't quite understand how the thumbs were being added till now (still don't fully understand though). The user that was embedding DivX videos in her posts were embedding videos directly off of her server, which doesn't have any thumbnails associated with them.
So, my question is how do you need data sent to this plugin in order for thumbnails to work? She's totally cool with building whatever is needed to get her videos to display properly on my site, we just need to know how Goldbrick needs them to be sent:)
I had one other question though about the template. If I'm trying to troubleshoot what is going wrong with embedding in the forums threads/posts, why am I looking at a template that has the variable $info[profile] in it?
Code:
<if condition="$info[profile] == 'divx'">
|