IE 9 compatibility issue
To make sure the software shows up correctly on IE9, you will need to force IE8 compatibility mode for now.
Edit: if you are running the latest version of the software (3.9) , please see the next post below for an easier way to enable IE8 mode. To enable IE8 compatibility mode, the easiest way is to add a http header for the forum folder from the server. If not possible, you will need a meta tag on your master page.
Server Header:
Name: X-UA-Compatible
Value: IE=EmulateIE8
IIS6
IIS 7
Meta Tag:
You will put the following meta tag on your master page's <head> section:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
post edited by Samuel -
Attached Image(s)

