As you may know, if users are running IE8 and are not in compatibility mode, then the userlist is "messed up". There is a meta tag you can put in the index.php to fix this issue. The meta tag automatically renders IE8 to go in compatibility mode. This works for both Beta editions of IE8, and the final release.
Here is the Meta tag.
- Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Post the meta tag in the <head> and </head> area in the html section.
Once you do that, and save your changes, every time a user with IE8 goes to phpfreechat, they do not have to run in compatibility mode, instead, IE automatically goes in compatibility mode, and the user cannot take it out of compatibility mode. As I've tested, when using this tag, the compatibility mode button disappears. I have tested and works fine.