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 small bug

More
15 years 8 months ago #59518 by pawa
small bug was created by pawa
trailng slash in /components/com_kunena/lib/kunena.bbcode.js.php
Code:
Index: trunk/components/com_kunena/lib/kunena.bbcode.js.php =================================================================== --- trunk/components/com_kunena/lib/kunena.bbcode.js.php (revision 232) +++ trunk/components/com_kunena/lib/kunena.bbcode.js.php (revision 242) @@ -470,7 +470,7 @@ <?php $script = ob_get_contents(); ob_end_clean(); -CKunenaTools::addScript(KUNENA_DIRECTURL . '/template/default/js/editor-min.js'); +CKunenaTools::addScript(KUNENA_DIRECTURL . 'template/default/js/editor-min.js'); $document->addScriptDeclaration($script);

P.S.: RC2, for RC1 other row nums
The following user(s) said Thank You: xillibit

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

More
15 years 8 months ago - 15 years 8 months ago #59625 by xillibit
Replied by xillibit on topic Re: small bug
Hello,

Thank you for reporting this, i will add this fix

I don't provide support by PM, because this can be useful for someone else.
Last edit: 15 years 8 months ago by xillibit.

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

Time to create page: 0.394 seconds