Closed (fixed)
Project:
Feedback
Version:
6.x-2.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2012 at 16:40 UTC
Updated:
28 May 2012 at 22:10 UTC
I prefer to see only the customer feedback on the site, without the extra tags of browser and OS info. Is there a way to disable them?
What I mean is that after each feedback posted, there is a paragraph containing user's system info like: "(Mozilla/5.0 (Windows NT 5.1 rv:11.0) Gecko.....etc." I don't need that info.
Comments
Comment #1
rolando.alevelbeyond commentedThe easiest way to do this is to just add this to your css:
#block-feedback-form .browserinfo {
display: none;
}
Comment #2
jody lynnThe browser info comes from a separate module: Browscap. So, disable browscap.
@rolando using display:none in css is an extremely hacky way to do development.