Anyway the thumbnails can be clickable like the title is?

Comments

travist’s picture

Status: Active » Needs review

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.

travist’s picture

Status: Needs review » Fixed

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.

Anonymous’s picture

Status: Fixed » Closed (fixed)