Anyway the thumbnails can be clickable like the title is?
In the FlashVideo module file...
Change this line
$node->thumbnail[$file->video_index] = '<img src="'. _flashvideo_get_fileurl(file_create_url($file->filepath)) .'" alt="Watch this video!" />';
To this....
$node->thumbnail[$file->video_index] = '<a href="node/' . $node->nid . '"><img src="'. _flashvideo_get_fileurl(file_create_url($file->filepath)) .'" alt="Watch this video!" /></a>';
Let me know if this works...
Thanks,
Travis.
FlashVideo Version 2.0.BETA give the user the ability to specify in the FlashVideo Settings whether or not they wish the thumbnail to be clickable.
Comments
Comment #1
travist commentedIn the FlashVideo module file...
Change this line
To this....
Let me know if this works...
Thanks,
Travis.
Comment #2
travist commentedFlashVideo Version 2.0.BETA give the user the ability to specify in the FlashVideo Settings whether or not they wish the thumbnail to be clickable.
Comment #3
(not verified) commented