Original issue:
Posted by serkan_isin on August 10, 2011 at 11:18pm
I use automodal in my site and i would like to use feedback with that. Any chance any one ever tried?
Final solution:
Posted by rump on August 11, 2011 at 5:17pm
Final solution to those looking to implement this.
Update feedback_simple to at least version 6.x-1.2 and then download and enable the module from #4 OR provide the preprocess from #3 in your module or theme.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | feedback_simple_automodal.zip | 913 bytes | seandunaway |
| #2 | feedback_simple-6.x-1.x-1245908-1.patch | 1.27 KB | seandunaway |
Comments
Comment #1
seandunaway commentedHmm. As of right now feedback_simple does not support this, but this is a great idea. I'll add class support right now.
Comment #2
seandunaway commentedHere's a quick patch to add this functionality...
To enable this for automodal you could either a) Set the Automodal CSS selector to 'feedback_simple' at admin/settings/automodal or b) Hook into the theme layer.
Comment #3
seandunaway commentedHere is how you could hook into the theme layer. Add this to your custom module or theme:
Comment #4
seandunaway commentedAlternatively,
Just download this module and enable it. :)
Comment #4.0
seandunaway commentedIssue summary.
Comment #5
seandunaway commentedAfter some limited testing it is working as desired except the issue of the Feedback tab showing up in the modal. I've created a separate issue for this at: #1246994: Hide the tab when on the $link page.
[6.x-1.x 334cf04] Issue 1245908 by rump: Add class support.
2 files changed, 8 insertions(+), 0 deletions(-)
Committed to dev.
Please re-open if any issues.
Comment #6
seandunaway commentedForward-port this to 7.x-1.x.
Comment #7
seandunaway commented[7.x-1.x 03283b9] Issue 1245908 by rump: Add class support.
2 files changed, 3 insertions(+), 1 deletions(-)
Comment #8
seandunaway commentedPlease re-open if any issues.
Comment #9
seandunaway commentedFinal solution to those looking to implement this.
Update feedback_simple to at least version 6.x-1.2 and then download and enable the module from #4 OR provide the preprocess from #3 in your module or theme.