Closed (fixed)
Project:
Video
Version:
6.x-3.4
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
6 Feb 2010 at 20:05 UTC
Updated:
10 May 2010 at 02:05 UTC
This is the best option I found. If anyone has done this by editing the views field settings or using javascript, please post.
in video/types/uploadfield/uploadfield-formatter.inc, line 82 reads :
$class = 'uploadfield uploadfield-nodelink uploadfield-'. $element['#field_name'];
Include a 'popups' class here. I changed it to
$class = 'popups uploadfield uploadfield-nodelink uploadfield-'. $element['#field_name'];
And, if popups is configured correctly, this will create a popup to your node.
I used javascript / css to hide all of the node's page elements and just show the title / video.
Cheers,
Comments
Comment #1
kvvnn commentedComment #2
iLLin commented