Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh 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.

Important Bug - The ID 42 admin isn't in the profile list.

More
13 years 10 months ago #127118 by Balázs
If either admin have got ID 42, it doesn't appear in the profile list.
If I rewrite this line (\components\com_kunena\models\user.php line 55):

Code:
$this->setState ( 'list.exclude', version_compare(JVERSION, '1.6','>') ? '42' : '62');

it be work!

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

More
13 years 10 months ago #127121 by 810
It isn't a bug, because most webmaster won't show the admin account on their forum, so we hide the super admin.

In Kunena 2.1 There will be a setting to show or hide admin on userlist.


regards 810

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

More
13 years 10 months ago #127124 by Balázs
I think it's bug, because in joomla 2.5.6 system generated 842 ID for the Super Admin.
So for nothing, it's blocked the ID 42,62 the Super admin's still showing up.

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

More
13 years 10 months ago - 13 years 10 months ago #127146 by sozzled

Balázs wrote: I think it's bug, because in joomla 2.5.6 system generated 842 ID for the Super Admin.

Well that's going to be fun to fix, isn't it? :laugh: If J 2.5.6 is going to randomly generate user IDs then we haven't got a prayer!

Perhaps we need to re-think how to hide administrators from the user list. I understand this is something we will do in a future version of Kunena. This is what 810 wrote in msg #2.
Last edit: 13 years 10 months ago by sozzled.

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

Time to create page: 0.287 seconds