- Posts: 6
- Thank you received: 0
Kunena 6.4.9 & Kunena 7.0.1 Released
The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/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
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
Question Scroll bar in topic
Or is this not possible.
Please Log in or Create an account to join the conversation.
(1) Show an example of where this occurs - a screnshot will help
(2) Provide details of the web browser that you are using to view the pages at Kunena.com
Thanks
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
You can check the forum at www.spuij-design.com , check the first topic in suggestion box.
I really cant seem to find where to remove that, or if its even possible.
I hope somebody can help me.
The browser this problem occurs in is Chrome.
Explorer doesnt seem to have the problem.
Template Used: own template.
WorLox..
Please Log in or Create an account to join the conversation.
#Kunena div.kmsgbody div.kmsgtext {
overflow:hidden;
word-wrap:break-word;
}
I notice that you are not using minified CSS in your Kunena forum. You must be running with Kunena with debug mode enabled. You can improve performance by using minified CSS and turning Kunena debug mode off.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
I am using an istalled template, i am creating at the moment.
Your correct to say that no minified css is used, that is because it was and still is in Debug mode, i like to change on the fly checking what im doing.
I always create the mini. after the changes i made.
I have changed the overflow to hidden, but it didn't help me.
Do you have any other idea's ??.
Thnx.
Please Log in or Create an account to join the conversation.
Your Kunena Template CSS shows
#Kunena div.kmsgbody div.kmsgtext {
overflow:auto;
word-wrap:break-word;
}
You need to change it as I showed above. I cannot test with Google Chrome; I use Firefox (and occasionally IE8)
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.