then read this and do the changes http://www.phpbb.com/customise/db/mod/i ... s_-t_85163
you can tweak it up


doktornotor wrote:With that X-UA-Compatible nonsense, it is best to remove it altogether. It is intended for sites with standards non-compliant code, written with junky browsers (such as IE6) in mind. Also, per the Defining Document Compatibility docs, using
makes no sense whatsoever.Code: Select all
content="IE=EmulateIE7; IE=EmulateIE9"
Remove that header, then (if still not working) try again the inline-block workaround I posted and let us know how it goes.
within the constants.php file FORUM_POST === 1, FORUM_CAT === 0Wouldnt that result in categories being displayed?
Code: Select all
define('FORUM_CAT', 0);
define('FORUM_POST', 1);
define('FORUM_LINK', 2);