It seems the lightvideo [caption] parameter does not work with "Rewrite the output of this field" in VIEWS.MODULE.
To explain...
I have a View (using VIEWS.MODULE) that is going to show a screenshot image of a youtube video. When you click on the image it will launch the video in a lightbox (using LIGHTBOX2.MODULE).
Using "Rewrite the output of this field" for the image field in Views I have:
The [caption] parameter should display the description field for the video...but it doesn't. When I click on the video image in the Views list (it's in a block) everything works fine: the lightbox appears, the youtube video plays...but no caption underneath the video :(
Please help... Thank you in advance!
Comments
Comment #1
mttjn commentedsorry. the above code didn't write out properly. Here's what it should say (hopefully this will work...):
-------
It seems the lightvideo [caption] parameter does not work with "Rewrite the output of this field" in VIEWS.MODULE.
To explain...
I have a View (using VIEWS.MODULE) that is going to show a screenshot image of a youtube video. When you click on the image it will launch the video in a lightbox (using LIGHTBOX2.MODULE).
Using "Rewrite the output of this field" for the image field in Views I have:
The [caption] parameter should display the description field for the video...but it doesn't. When I click on the video image in the Views list (it's in a block) everything works fine: the lightbox appears, the youtube video plays...but no caption underneath the video :(
Please help... Thank you in advance!
Comment #2
jasonglisson commentedAny update on this? I'm having the same problem. I've gotten YouTube and Lightbox2 to work nicely, but I'm not able to get any kind of caption to show up from Views.
Comment #3
Matt-H commentedHave you looked at the rendered HTML output from Views? That might give a more detailed indication of what is and is not working. You can see if the field_video_description_value is showing up correctly in the rel="lightvideo[][______]".
I suspect it has something to do with the use of the brackets. If Views is making substitutions for [field_video_description_value], it may be confused by all the double brackets of the [[field_video_description_value]]. I don't think Views lets you \ escape brackets, but you might try it.