Closed (fixed)
Project:
Feedback Simple
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2011 at 07:18 UTC
Updated:
2 Jan 2014 at 19:06 UTC
Jump to comment: Most recent, Most recent file
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.