Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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 Interested in IE6 test results?

More
15 years 8 months ago #61826 by 810

roland76 wrote: Now Quick Reply don't works anymore...

And there is a small css issue... There is always a line break in the header (between Subject and time).


line 1458: kunena.forum.css must be:
float: none;

and message.php line 92 must be:
Code:
<div class="kmsg-header kmsg-header-left"> <h2> <span class="kmsgtitle<?php echo $this->escape($this->msgsuffix) ?> kmsg-title-left"> <?php echo $this->subjectHtml ?> </span> <span class="kmsgdate kmsgdate-left" title="<?php echo CKunenaTimeformat::showDate($this->msg->time, 'config_post_dateformat_hover') ?>"> <?php echo CKunenaTimeformat::showDate($this->msg->time, 'config_post_dateformat') ?> </span> <span class="kmsg-id-left"> <a name="<?php echo intval($this->id) ?>"></a> <?php echo $this->numLink ?> </span> </h2> </div>
The following user(s) said Thank You: roland76

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

Time to create page: 0.279 seconds