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 |
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.