Needs review
Project:
Drupal for Facebook
Version:
6.x-3.x-dev
Component:
Canvas Pages
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2010 at 03:05 UTC
Updated:
26 Feb 2010 at 20:20 UTC
When using iframe canvas the theme needs to execute the fb_canvas_process($output); function
| Comment | File | Size | Author |
|---|---|---|---|
| fb_canvas_add_iframe_to_theme.patch | 461 bytes | jcmarco |
Comments
Comment #1
jcmarco commentedComment #2
Dave Cohen commentedThanks.
Checked it in, will be in beta 3.
Comment #3
mikerasmussen commentedThis is now broken with beta3. Not sure what is happening...
Comment #4
mikerasmussen commentedI think this is related to the "add_target" variable. I tried to make the following change:
to fb_canvas.module on line 764.
When I comment out the if statement on line 656:
(and the subsequent else) it works. However, passing the argument as you do with array('add_target' => TRUE) does not seem to pass this condition.
Comment #5
Dave Cohen commentedSorry entirely my fault. Let me know if this patch fixes...
Comment #6
psi-borg commentedDave, your patch worked for my dff iframe app - thank you.