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.
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.
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.
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.