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 Posts being cut off

More
16 years 2 months ago - 16 years 2 months ago #40208 by sozzled
Why Microsoft has to do everything different ... !!! :angry:

My CSS coding skills aren't that good (especially for really bizarre peculiarities embedded in Internet Explorer ... especially for some of the really bizarre behaviours of ancient versions of Internet Explorer). If you think that I have little patience for Internet Explorer (in whatever form it comes), you're right! I realise that it's not necessarily within everyone's grasp to ditch IE but, if you want my honest opinion, ol' IE doesn't cut the mustard any more.

This doesn't answer your question, I'm sorry to day. I suggest you pursue the many good tips that Lintzy has posted on how to overcome IE's muddle-headed thinking. The answer lies in the CSS. B)

Alternatively, instead of lamenting the dead dinosaur, you could encourage your users to use a more up-beat browser. B)
Last edit: 16 years 2 months ago by sozzled.

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

More
16 years 2 months ago #40210 by kensikora
Yes, I agree. At present, I'm playing with the .css, following Lintzy's code. I see it fixes the wrap problem but now the forum is too wide, covered up by right modules.

Thanks for the pointers!

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

More
16 years 2 months ago #40212 by sozzled
Good luck. If you fix the issue, please post your solution. There may still be a few other browsersauruses roaming the planet. ;)

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

More
16 years 2 months ago #40215 by kensikora
Ok, I think this works, I added the following to the end of my kunena.forum.css file:



/* Fix for Internet Explorer 6*/
#Kunena *html div.msgtext {
width:600px;
overflow:hidden!important;
word-wrap: break-word;
}

/*Fix for Internet Explorer 8*/
#Kunena div.msgtext {
width:/*\**/600px\9;
overflow:/*\**/hidden!important\9;
word-wrap:/*\**/break-word\9;
}

as Lintzy suggested. I had to make the px 600. I tested it in ie 6 and 8 and it looks good. Then posted it to www.fiberglassics.com and am waiting for feedback.

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

Time to create page: 0.278 seconds