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 [Resolved] User List limited to 150?

More
14 years 2 months ago #121486 by Admata

sozzled wrote: What determines the limit of 150 users? I don't know. It's just a number. Maybe you could find the reason by examining the PHP source code to see why "150" was chosen.

I did. 150 users limitation is clearly a planned feature - not a bug, like I thought.

In userlist.php lines 77 and 78:
Code:
// this is need to show something when the user choose all, but we need to limit even the 'all' with a number if ( $this->limit == 0 || $this->limit > 150) $querylimit = '150';
Prehaps this should be mentioned also in Forum Configuration where users (like I) can set the lines more than 150?

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

Time to create page: 0.215 seconds