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

Important Bug which does not allow user to delete his own posts

More
13 years 6 months ago #1 by migus
Package: com_kunena_v1.6.0_b3620_2010-10-03
File: ...home.../components/com_kunena/lib/kunena.posting.class.php
Function: canDelete

String: 226
Code:
if ($this->parent->hold <= 1) {

The logic of function shows that it must be:
Code:
if ($this->parent->hold >= 1) {

After this string was changed - function works OK.

Good luck

Altai Mountains - is a fairy tale!

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

More
13 years 6 months ago #2 by xillibit
Hello,

Thanks for report this issue, i will fix it.

I don't provide support by PM, because this can be useful for someone else.

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

More
13 years 6 months ago #3 by Oscarfishlover
Sorry if I am a little ahead of myself, but will I still have to make this fix, or have you already fixed this issue?

The #1 Oscar Fish website on the net
Joomla! 2.5.14
Kunena 3.0.2

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

More
13 years 6 months ago #4 by Mortti

Oscarfishlover wrote: Sorry if I am a little ahead of myself, but will I still have to make this fix, or have you already fixed this issue?


It has been noticed version com_kunena_v1.6.0_b3620_2010-10-03 and xillibit is doing fix for it... so no in public releases is not done this fix yet... it will come to Kunena 1.6.1 I think so?

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

Time to create page: 0.621 seconds