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

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

More
15 years 6 months ago #65770 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
15 years 6 months ago #65787 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
15 years 6 months ago #65935 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
15 years 6 months ago #65937 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.319 seconds