Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

Question Forum messages do not continue on new lines. Breaks the page.

More
16 years 11 months ago #18034 by Sovietaced
When I have a message and it will hit the barrier of the text area, it continues and creates a scroll bar at the bottom of the box. How can I enforce this text width.

Example : pwnpros.com/index.php?option=com_kunena&...&catid=24&id=630#630

Thanks in advance

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

More
16 years 11 months ago #18039 by grumblemarc
Probably because that isn't a real word or a real message. It's a continuous line of gibberish. Can you try it with something that looks like real words? Otherwise the only fix I see off the top of my head is
div.msgtext {kunena.forum.css
overflow:auto;
width:375px;
}

This will produce scroll bars on gibberish posts like that.

We love stars on the Joomla Extension Directory . :-)

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

More
16 years 11 months ago #18074 by Sovietaced
grumblemarc wrote:

Probably because that isn't a real word or a real message. It's a continuous line of gibberish. Can you try it with something that looks like real words? Otherwise the only fix I see off the top of my head is
div.msgtext {kunena.forum.css
overflow:auto;
width:375px;
}

This will produce scroll bars on gibberish posts like that.


Thank you very much!

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

Time to create page: 0.429 seconds