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

rolando.alevelbeyond’s picture

The easiest way to do this is to just add this to your css:

#block-feedback-form .browserinfo {
display: none;
}

jody lynn’s picture

Status: Active » Fixed

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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.