Kunena 6.3.0 released

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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Forum too wide in IE8

More
14 years 9 months ago #21 by John
Replied by John on topic Re:Forum too wide in IE8
Hi Lintzy, thank you very much...but unfortunately it doesn't work: example

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

More
14 years 9 months ago - 14 years 9 months ago #22 by Lintzy
Replied by Lintzy on topic Re:Forum too wide in IE8
Hi John,

you have inserted into your CSS this code and there are the backslashes \ missing:
Code:
/* Fix for Internet Explorer 6*/ #Kunena *html div.msgtext { width:690px; overflow:hidden!important; word-wrap: break-word; } /*Fix for Internet Explorer 8*/ #Kunena div.msgtext { width:/***/690px9; overflow:/***/hidden!important9; word-wrap:/***/break-word9; }

But my code looks so (please just copy and paste it and change only the 700px)

Code:
/* Fix for Internet Explorer 6*/ #Kunena *html div.msgtext { width:700px; overflow:hidden!important; word-wrap: break-word; } /*Fix for Internet Explorer 8*/ #Kunena div.msgtext { width:/*\**/700px\9; overflow:/*\**/hidden!important\9; word-wrap:/*\**/break-word\9; }
Last edit: 14 years 9 months ago by Lintzy.

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

More
14 years 9 months ago - 14 years 9 months ago #23 by John
Replied by John on topic Re:Forum too wide in IE8
Thank you for the help!

Weird thing is, I did use copy/paste first time...hmmm...maybe my editor is spoiling things...

can't check it over here (at work), will check it tonight when I;m at home.
Last edit: 14 years 9 months ago by John.

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

More
14 years 9 months ago #24 by Lintzy
Replied by Lintzy on topic Re:Forum too wide in IE8
I have attached the right code, perhaps this works better


Attachment ieeighthack.zip not found

Attachments:

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

More
14 years 9 months ago - 14 years 9 months ago #25 by John
Replied by John on topic Re:Forum too wide in IE8
That's weird... I have disabled my editor in Joomla, add your code to the bottom of the CSS, but everytime I save it, it keeps changing the code back to

/* Fix for Internet Explorer 6*/
#Kunena *html div.msgtext {
width:690px;
overflow:hidden!important;
word-wrap: break-word;
}

/*Fix for Internet Explorer 8*/
#Kunena div.msgtext {
width:/***/690px9;
overflow:/***/hidden!important9;
word-wrap:/***/break-word9;
}

edit: tried to save it with FTP now...hope that works.
Last edit: 14 years 9 months ago by John.

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

More
14 years 9 months ago - 14 years 9 months ago #26 by Lintzy
Replied by Lintzy on topic Re:Forum too wide in IE8
Hm, you should download your kunena.forum.css open it with notepad++
notepad-plus.sourceforge.net/de/site.htm
insert my code, save it and upload again.
Last edit: 14 years 9 months ago by Lintzy.

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

More
14 years 9 months ago #27 by John
Replied by John on topic Re:Forum too wide in IE8
lol, you are too fast for me...uploaded it seconds before i saw your post.

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

More
14 years 9 months ago #28 by Lintzy

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

More
14 years 9 months ago #29 by John
Replied by John on topic Re:Forum too wide in IE8
Thank you very much!!!!

Weird that the Kunena CSS editor messes up the code you gave???

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

More
14 years 9 months ago - 14 years 9 months ago #30 by Lintzy
Replied by Lintzy on topic Re:Forum too wide in IE8
There were two issues. The first one, was that the kunena.css have been overwritten through joomla tempate css.

I tested old code with backslashes and it would not have worked in this old form.


The second reason, yes, may be the backend css editor causes errors, I will test this. And if it uploads the code without backslashes, IE8 can not see "hey this code is adressed to me" ;-) the (back)slashes and asteriks * are the IE8 css hack).
Last edit: 14 years 9 months ago by Lintzy.

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

Time to create page: 0.547 seconds