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

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
11 years 5 months ago #11 by xillibit
It's for moderators for the category concerned; because the check for autorisations check if the moderator has the right in the catagory

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
11 years 5 months ago #12 by Pinkeltje
Settings for moderator:

or

Result:


Settings for moderator:

Result:

Hopes this explains it a little bit better.

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

More
11 years 5 months ago #13 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
11 years 5 months ago #14 by Pinkeltje
Yes! Thx!

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

More
11 years 5 months ago - 11 years 5 months ago #15 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: 11 years 5 months ago by xillibit.

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

Time to create page: 0.550 seconds