Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth 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 Pagination doesn't work on My Messages

More
16 years 11 months ago #21252 by jerry
Pagination doesn't work on My Messages (My Profile - My Messages). Kunena profiles used.

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

More
16 years 11 months ago - 16 years 11 months ago #21263 by xillibit
Hello,

I have tested now and this issue is happens, and when you change the number in Display there is no effect. I will report this to the DEVs. Thanks for submit this.

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

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

More
16 years 11 months ago #21348 by jerry
jerry wrote:

Pagination doesn't work on My Messages (My Profile - My Messages). Kunena profiles used.

/components/com_kunena/template/default/plugin/myprofile/myprofile_msg.php line 97
before:
Code:
$total = count($kunena_db->loadObjectList());
after:
Code:
$total = $kunena_db->loadResult();

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

Time to create page: 0.235 seconds