Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

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 Kunena 2.0.1: Images - custom size

More
11 years 9 months ago #1 by xquest7
If you want to insert image with size=xxx images are steel 100% of size, in previous Kunena 1.7.x it was working correctly.

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

More
11 years 9 months ago #2 by Matias
Code:
[img size=150]http://www.joomla.org/templates/joomla12/images/screens.png[/img]

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

More
11 years 9 months ago #3 by Matias

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

More
11 years 9 months ago - 11 years 9 months ago #4 by rwilliam99
This appears to affect display of existing images in pretty much all flavors of IE. Firefox and Chrome deal with the invalid syntax OK, but IE just ignores it and displays a period in place of the image. You can see the width=" width="640"" in the snippet of rendered HTML (I replaced the actual URL of the image with a placeholder). This was originally entered in the UI with a width of 640.
Code:
<div class="kmsgimage"><a href="https://imageurl.jpg" title="" rel="lightbox[gallery]"><img src="https://imageurl.jpg" width=" width="640"" style="max-height:768px; " alt="" /></a></div>

This was displaying correctly until I upgraded to Kunena 2.0.1, now existing postings don't display images when viewed in IE. Firefox and Chrome both appear to display the images just fine.

I zoomed in and took a snippet of the screen to show what it looks like in IE. That little dot you see is the image, and if you can click on it, the image will load in a new tab (from the anchor tag):




If there is additional data you need, please let me know.
Attachments:
Last edit: 11 years 9 months ago by rwilliam99.

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

More
11 years 9 months ago #5 by rwilliam99
FYI, I think I figured out the issue. New postings seem to work fine, but postings that were converted from 1.7 had a small error in them. Instead of having [img width=xxx] they got converted as [img size=xxx]. I did a table update and now all the externally linked photos appear to be displaying in IE as you would expect:

update `xxxx_kunena_messages_text` set message = replace(message, '[img size=', '[img width=')

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

More
11 years 8 months ago #6 by Djie

rwilliam99 wrote: FYI, I think I figured out the issue. New postings seem to work fine, but postings that were converted from 1.7 had a small error in them. Instead of having [img width=xxx] they got converted as [img size=xxx]. I did a table update and now all the externally linked photos appear to be displaying in IE as you would expect:

update `xxxx_kunena_messages_text` set message = replace(message, '[img size=', '[img width=')


I have the same problem, but new post arent working ok on my site. The option to change img size to img width result in not displaying the image at all (FF and IE). Is there an alternative possible, or will the fix become available in the next Kunene update?

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

Time to create page: 0.548 seconds