Posted by kvvnn on February 6, 2010 at 8:05pm
Jump to:
| Project: | Video |
| Version: | 6.x-3.4 |
| Component: | Documentation |
| Category: | task |
| Priority: | normal |
| Assigned: | kvvnn |
| Status: | closed (fixed) |
Issue Summary
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
#1
#2