Kunena 6.2.5 & module Kunena Latest 6.0.7 released

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

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 BB-Codes Pictures Problem!

More
14 years 4 months ago #1 by Frankyy
(my english is bad) :D

Hi,

i got a Kunema Forum installed on Joomla, but if somebody post Pictures with BB-Code, the Pictures are sorted like this:

Picture!

Picture!

Picture!


but i wanna have them like this:

Picture! Picture! Picture!

I hope u understand what i mean! :)

How can i do this!

Frankyy

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

More
14 years 4 months ago #2 by fxstein
Franky,

I fear this is a by-product of the IE8 image width work around. IE8 has a bug that makes the layout of the forum to break as soon as an image is added. All other browsers work fine. In order to make IE8 work we had to put div's around all images, which prevents them to be in a single line.

If anybody comes up with another workaround for IE8 that prevents the layout to get broken and allow for images in the same line I would be very interested to see it.



vs







Sorry I don't have better answer at this point in time. The IE8 bug has been an increasing annoyance for lots of our users and is posted all over the internet - only MS has not gotten it yet. It is a shame we have to limit the capabilities of our software to make it work with a broken browser.

fxstein

We love stars on the Joomla Extension Directory . :-)

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

More
14 years 4 months ago #3 by Frankyy
But it works on Fireboard!

I upgraded to Kunena and the pictures are sorted funny now! hmmm...

Is where really no possibilily to fix this! I use Firefox!

Frankyy

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

More
14 years 1 month ago #4 by BaB
Replied by BaB on topic Re:BB-Codes Pictures Problem!
I have the same problem. Its crucial for my forum, to be able to see the pictures in a way:

Pictures, Pictures, Pictures.

Have anyone found the solution?

Thank you very much.

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

More
14 years 1 month ago #5 by BaB
Replied by BaB on topic Re:BB-Codes Pictures Problem!
Damn.
The last version the picture thing was working right, was the 1.5.6 version.

Do you want to say, its not being repaired through the 3 updates? ... omg! :(

Does anyone have installation on 1.5.7 version? Or did find the solution for the actuall 1.5.9 version?

Thank you very much in advance for ANY input.

Marek

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

More
14 years 1 month ago #6 by xillibit
Hello,

open the file components\com_kunena\lib\kunena.parser.php and replace the following line 375 to 383 :
Code:
if($task->autolink_disable == 0) { // This part: <div style=\"table-layout:fixed; display:table; width:100%\"> ... </div> compliments of IE8 $tag_new = "<div style=\"table-layout:fixed; display:table; width:100%\"><a href='".$tempstr."' rel=\"lightbox\"><img src='".$tempstr.($imgtagsize ?"' width='".$imgmaxsize:'')."' style='max-width:".$imgmaxsize."px; ' alt='' /></a></div>"; } else { // This part: <div style=\"table-layout:fixed; display:table; width:100%\"> ... </div> compliments of IE8 $tag_new = "<div style=\"table-layout:fixed; display:table; width:100%\"><img src='".$tempstr.($imgtagsize ?"' width='".$imgmaxsize:'')."' style='max-width:".$imgmaxsize."px; ' alt='' /></div>"; }

by this :
Code:
if($task->autolink_disable == 0) { // This part: <div style=\"table-layout:fixed; display:table; width:100%\"> ... </div> compliments of IE8 $tag_new = "<a href='".$tempstr."' rel=\"lightbox\"><img src='".$tempstr.($imgtagsize ?"' width='".$imgmaxsize:'')."' style='max-width:".$imgmaxsize."px; ' alt='' /></a>"; } else { // This part: <div style=\"table-layout:fixed; display:table; width:100%\"> ... </div> compliments of IE8 $tag_new = "<img src='".$tempstr.($imgtagsize ?"' width='".$imgmaxsize:'')."' style='max-width:".$imgmaxsize."px; ' alt='' />"; }

I don't provide support by PM, because this can be useful for someone else.

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

More
14 years 1 month ago #7 by BaB
Replied by BaB on topic Re:BB-Codes Pictures Problem!
It works! Great!!

Thank you very much! ;-)

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

More
12 years 6 months ago #8 by butchtones
Hello,
Does this message still apply since it was over a year ago. I'm having this same issue but using Firefox and not IE. I'm still learning code and afraid to mess with it too much and have everything break!

I'm looking for thumbnails to show up. I followed the set up mentioned by sozzled in another post but it's not working for me

Maximum Image Width 1024px
Maximum Image Height 1024px
Thumbnail Width 32px
Thumbnail Height 32px
Image Quality for JPG Resizing 50%

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 32M | Max file upload: 20M

This message contains confidential information

Joomla default template details : golfmasoninternalnap | author: Kerri Sheldon | version: 1.6.0 | creationdate: August 10 2011

Kunena default template details : Example Template | author: Kunena Team | version: 1.6.5 | creationdate: 2011-07-27

Kunena version detailled: Installed version: 1.6.5 | Build: 5005 | Version name: Babel | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: Jomsocial 2.2.4

Third-party SEF components: None

Plugins: System - Mootools Upgrade: Disabled | System - Mootools12: Disabled

Modules: None

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

Time to create page: 0.415 seconds