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.

Solved K 2.0.2 "lost" images

More
11 years 4 months ago #21 by domenicocg
Replied by domenicocg on topic K 2.0.2 "lost" images
Sozzled Hi, thank you for answers. I did a test on my domain host and I faced the same problem.

By Domenico

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

More
11 years 4 months ago #22 by domenicocg
Replied by domenicocg on topic K 2.0.2 "lost" images
I have try upgrading the version to 1.5.7 from 1.5.14 and the forum works normal when I go to upgrade from 1.5.4 to 1.6.5 or 1.7. 2 the forum works, the problem that does not exist kunena discuss plug-in not even kunena latest forum. How can I solve the problem of migration from 1.5.14 to 2.0.2!!!!

By Domenico

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

More
11 years 1 month ago #23 by mijalis
Replied by mijalis on topic K 2.0.2 "lost" images

domenicocg wrote: Sozzled Hi, thank you for answers. I did a test on my domain host and I faced the same problem.

By Domenico

I had the same problem after upgrading from 1.7 to 2.0.2.
I found two bugs both in administrator/components/com_kunena/libraries/bbcode/bbcode.php
The solution for me was to modify the following two lines:

I modified line
Code:
if ($att->filename == $filename && $att->folder == 'media/kunena/attachments/legacy/images') {
TO
Code:
if ($att->filename == $filename && $att->folder == '/media/kunena/attachments/legacy/images') {

and
Code:
return '<div class="kmsgimage"><img src="' . $fileurl . $width .'" style="max-height:'.$config->imageheight.'px;" alt="" /></div>';
TO
Code:
return '<div class="kmsgimage"><img src="' . $fileurl .'"'. $width .'" style="max-height:'.$config->imageheight.'px;" alt="" /></div>';
The following user(s) said Thank You: domenicocg

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

More
11 years 1 month ago #24 by domenicocg
Replied by domenicocg on topic K 2.0.2 "lost" images
Thanks for the reply I check'll let you know if I solved it.

By Domenico

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

More
11 years 1 month ago #25 by leprikon
Replied by leprikon on topic K 2.0.2 "lost" images
it is super.
  thanks :cheer:

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

Time to create page: 0.525 seconds