Hello,
I tweaked the "forward" module to do the following when the block is configured to render as a link:
- Check to see if ctools exists and is enabled
- If so, cause the link to open a ctools modal dialog instead of jump to the forward form page
Also, I discovered that the page title was not getting rendered properly for a panels page that I forwarded to myself. So... I added some logic to the forward_form_submit handler that will optionally override the default page title with a "title" query string parameter if specified.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | forward-1008986.patch | 5.61 KB | noahlively |
Comments
Comment #1
noahlively commentedHere's the patch, attached.
Comment #2
noahlively commentedForgot to mention, I was coding against the current CVS tree for 6.x, but had applied a patch from rharris, as found on this page: http://drupal.org/node/987730.
If this was the wrong way to do it, please inform me of the right way and I will re-do it.
Thanks
Comment #3
john.oltman commented