Closed (won't fix)
Project:
Lightbox2
Version:
6.x-1.9
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2009 at 18:54 UTC
Updated:
19 Sep 2010 at 21:12 UTC
i use flexifield to include a contet type "A" in another Content Type "B". the youtube video opens fine with lightbox when i diplay Content type "A" by itself . but when i include Content Type "A" inside Content type "B" with Flexifield, i Cant see the youtube video i saw before in "A"?
Any Clue ?
Comments
Comment #1
andrewsuth commentedI'd be really interested in knowing the solution to this as well!
If you found the answer, let us all know.
Comment #2
stella commentedalpha versions of modules are not supported. However I imagine the problem is that the node B content is added to the page after the initial load using ajax or similar. If this is the case then you'll have to use Drupal.attachBehaviors() to re-run the javascript initial page load processing after node B content is added. If that doesn't work, then please contact the flexifield maintainer to find out more why this may not work.