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.

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 Scroll bar in topic

More
15 years 3 months ago #66863 by WorLox
Scroll bar in topic was created by WorLox
Can anybody tell me how to remove the scroll bar in a topic.
Or is this not possible.

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

More
15 years 3 months ago #66864 by sozzled
Replied by sozzled on topic Scroll bar in topic
Does this issue occur here, at Kunena.com, or just with your own website? If this issue occurs here, at Kunena.com, can you do two things?

(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

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

More
15 years 3 months ago - 15 years 3 months ago #67352 by WorLox
Replied by WorLox on topic Scroll bar in topic
No i have it in my own forum.
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..
Last edit: 15 years 3 months ago by WorLox.

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

More
15 years 3 months ago - 15 years 3 months ago #67361 by sozzled
Replied by sozzled on topic Scroll bar in topic
Change your Kunena template CSS as indicated in red below

#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.
Last edit: 15 years 3 months ago by sozzled.

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

More
15 years 3 months ago #67372 by WorLox
Replied by WorLox on topic Scroll bar in topic
Hey There,

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.

More
15 years 3 months ago #67374 by sozzled
Replied by sozzled on topic Scroll bar in topic
I had another look at your page - I force refreshed my browser cache, too.

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)
The following user(s) said Thank You: WorLox

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

Time to create page: 0.691 seconds