Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh 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 Kunena 2.0.1 Minor Issues

More
13 years 9 months ago - 13 years 9 months ago #130662 by Mike-XS
Hi guys. I'm working with latest Kunena 2.0.1 (installed on Joomla 2.5.6)

I noticed a few minor issues so far and hope you don't mind me posting them here for reference.

--

Typo in update method name

File:
Code:
\administrator\components\com_kunena\libraries\database\query.php

Line 229 - Should be _update
Code:
$this->_udpate = null;

Reference :
Code:
public function update($tables) { $this->_type = 'update'; $this->_update = new KunenaDatabaseQueryElement('UPDATE', $tables); return $this; }

--

Admin CSS :

File:
Code:
\administrator\components\com_kunena\media\css\admin.css

- Padding is missing the colon -> :
- Border missing collapse:

eg:
Code:
border-collapse:collapse;
Code:
#kadmin table { margin: 0; padding 0; width:100%; border: collapse; } #kadmin table td { padding 5px; }

Duplicate / overriding padding values :
Code:
.kadmin-submenu { background: #fff; padding-left: 10px; padding: 5px 5px 5px 15px; }

--

Missing terminator ; on padding:2px
Code:
div.tpl-thumbnail img { float:left; margin-bottom:10px; border:4px solid #ccc; padding:2px max-width: 300px; }
--

Duplicate ID's

File :
Code:
\components\com_kunena\template\blue_eagle\html\topic\edit.php

line 186 / 187

<tr id="kpost-buttons" class="krow1">
<td id="kpost-buttons" colspan="2">


--
Last edit: 13 years 9 months ago by Mike-XS.
The following user(s) said Thank You: xillibit

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

Time to create page: 0.262 seconds