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.

Important Global moderators can see deleted topics

More
13 years 6 months ago #136036 by xillibit
I have just found what going wrong with that, the fix is the following. Open the file /administrator/components/com_kunena/libraries/forum/message/helper.php, just after line 204 add :
Code:
$mes_instance = KunenaForumMessageHelper::get($mesid);

Now, line 205 replace this :
Code:
$hold = KunenaAccess::getInstance()->getAllowedHold($me->userid, $mesid, false);

by this :
Code:
$hold = KunenaAccess::getInstance()->getAllowedHold($me->userid, $mes_instance->catid, false);

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: Pinkeltje

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

More
13 years 6 months ago #136085 by Pinkeltje
Yes! Thx!

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

More
13 years 6 months ago - 13 years 6 months ago #136126 by xillibit
This fix is inclued into Kunena 2.0.3 :)

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

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

Time to create page: 0.289 seconds