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

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 empty posts

More
14 years 1 month ago #120820 by barcik
Replied by barcik on topic Re: empty posts

sozzled wrote: What is preventing you from upgrading? K 1.6.4 is not supported.

To much modification in code.

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

More
14 years 1 month ago - 14 years 1 month ago #120822 by sozzled
Replied by sozzled on topic Re: empty posts
Then, I'm sorry to say, you're not only stuck with this problem, you're also stuck with the 100+ other problems that have been fixed since K! 1.6.4 was released. This case is a good illustration of why people should be very careful modifying Kunena, having something blow up in their faces, and not able to get any support.

We recommend that, regardless of what "modifications" people may have made to their software, if they want support then they should first upgrade to the latest stable release of Kunena.

As imperfect as the "solution" may be, we have a workaround for people who have these "empty posts" issues thanks to what barcik wrote in msg #5 above. I think we can mark this case "resolved".
Last edit: 14 years 1 month ago by sozzled.

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

More
14 years 1 month ago - 14 years 1 month ago #120823 by barcik
Replied by barcik on topic Re: empty posts
Ok, THX for help
Solution for 1.6.4 users:
Find in file kunena.parser.php
Code:
$kunena_config->trimlongurlsback . '})))\1(.*)>\3?\5<\/a>/u', '<a href="\2" \9>\6...\8</a>', $task->text );
and replace
Code:
$kunena_config->trimlongurlsback . '})))\1([^>]*)>(http(s?):\/\/)?\5<\/a>/u', '<a href="\2" \9>\6...\8</a>', $task->text );
It's works.
Topic to close.
BR
Bartosz
Last edit: 14 years 1 month ago by barcik. Reason: Solution find

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

Time to create page: 0.250 seconds