Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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

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 Big words do not break line

More
16 years 11 months ago #28955 by lonnewolf
I'm having some trouble with big words on my kunena based forum.

If someone posts a very large word, it dos not break into a new line at the end of the text box. Instead, it drives the right border of the box to an unseen area, like the picture below.

I have already set up the wrap option on Kunena back end, and when I type the big word and click "preview" the word appears split in pieces. However, when I choose to post the word is not split.

Can someone help me?

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

More
16 years 11 months ago #29014 by lonnewolf
Ok.

I have solved it by editing the .css file:

div.msgtext {
width:770px;
word-wrap:break-word;
break-word:break-all
overflow:hidden;
border-top:1px solid #ddd;
padding:10px 0 0 0;
margin-top:5px;
}

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

More
16 years 11 months ago #29015 by etusha
thanks for reporting and fixing

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

More
16 years 11 months ago #29075 by @quila
Hi,

this issue is fixed in the next release (1.5.6).

Here is how www.kunena.com/forum/77-general-talk-abo...-really-long-strings

Regards

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

Time to create page: 0.229 seconds