Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question Problem in IE8

More
17 years 2 months ago - 17 years 2 months ago #9236 by Lintzy
Replied by Lintzy on topic Re:Problem in IE8
Before my first post, i have thought about that. If you give the message-box or whole kunena a fixed width, this could help.
Last edit: 17 years 2 months ago by Lintzy.

Please Log in or Create an account to join the conversation.

More
17 years 2 months ago - 17 years 2 months ago #9249 by Lintzy
Replied by Lintzy on topic Re:Problem in IE8
I just had looked at your forum, there seem all be fine, no oversized forum?

Browsercache deleted?


oh :blush: forget it.... i looked with firefox :blush:
Last edit: 17 years 2 months ago by Lintzy.

Please Log in or Create an account to join the conversation.

More
17 years 2 months ago - 17 years 2 months ago #9264 by Lintzy
Replied by Lintzy on topic Re:Problem in IE8
Ok, as i saw, that this problem concerns IE 6 too, i recognized, that this could be the notorious IE6 Expanding Box Problem.

And i could fix it for IE6 and therefore, this css-hack is important to many Kunena-Admins, because many user still are using IE6.

Next problem was to find a CSS-Hack for IE8. I don't know, if this CSS Hack is working, so please tell me, when the fix solved the oversized Forum.

Edit the kunena.forum.css (of your used Template!) and put these lines of code at the end of the css (this is important)
Code:
/* Fix for Internet Explorer 6*/ *html div.msgtext { width:800px; overflow:hidden!important; word-wrap: break-word; } /*Fix for Internet Explorer 8*/ div.msgtext { width:/*\**/800px\9; overflow:/*\**/hidden!important\9; word-wrap:/*\**/break-word\9; }
Last edit: 17 years 2 months ago by Lintzy.

Please Log in or Create an account to join the conversation.

More
17 years 2 months ago #9271 by John
Replied by John on topic Re:Problem in IE8
Thank you very much! This solved the problem.

Maybe this is something to include in standard Kunena?

Please Log in or Create an account to join the conversation.

More
17 years 2 months ago #9273 by Lintzy
Replied by Lintzy on topic Re:Problem in IE8
Fine, than now i know a working css hack for IE8 :)

Please Log in or Create an account to join the conversation.

More
17 years 2 months ago - 17 years 2 months ago #9275 by Lintzy
Replied by Lintzy on topic Re:Problem in IE8
John wrote:

Thank you very much! This solved the problem.

Maybe this is something to include in standard Kunena?


CSS-Hacks and Conditional Comments only work, when the user agents of the browsers show: "Hi, I am IE 6" and so on. Most of them do, a few don't do so. F.e. Opera seems to be a IE.

And with every browser-update it can happen, that your fix don't work anymore. It'a pity, because it can cause many problems for webdesigner with their clients. But on the other side, sometimes those hacks are the only way, to fix such a problem.

You can put that code in CSS or other formated code in html. Best way of all is a browser switch, that links to an ie.css and an ie8.css and so on.

I don't know, if such hacks are something, the Kunena DEVs would implement into Kunena Core, but this should be answered through themselves.

Since a few days, I am working at a template for Kunena 1.08, with many core fixes and a browser-switch. But it is much work, i don't know, when it is finished.
Last edit: 17 years 2 months ago by Lintzy.

Please Log in or Create an account to join the conversation.

Time to create page: 0.254 seconds