Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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 User / Memberlist -> don't shows the Admin (62)

More
13 years 7 months ago #1 by larry007
When I look to Member/Userlist, I can't found my self (Admin) when I logged in and not logged in!

Why?

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 90 seconds | Max execution memory: 50M | Max file upload: 8M

Kunena version detailled: Installed version: 1.6.0-RC2 | Build: 3373 | Version name: Jadili | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: AlphaUserPoints: Disabled or not installed | CommunityBuilder: Disabled or not installed | Jomsocial: Disabled or not installed | UddeIm: Enabled (Version : 2)

Plugins: System - Mootools12: Disabled | System - Mootools Upgrade: Enabled | JFirePHP: Disabled or not installed | Kunena Discuss: Disabled or not installed | Kunena Search: Disabled or not installed | My Kunena Forum Menu: Disabled or not installed

Modules: Kunena Latest: Enabled (Version : 1.6.0-RC2) | Kunena Stats: Disabled or not installed | Kunena Login: Enabled (Version : 1.6.0-RC2)

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

More
13 years 7 months ago #2 by xillibit
Hello,

It's a normal behaviour admin and blocked/disabled are not showed in that list.

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
13 years 7 months ago #3 by larry007
Mh,

but I have seen this befor in K 1.5, I am sure!

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

More
13 years 7 months ago - 13 years 7 months ago #4 by sozzled
As xillibit wrote, the absence of the administrator account from the user list is normal for K 1.6.

:)
Last edit: 13 years 7 months ago by sozzled.

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

More
13 years 2 months ago #5 by boccio
Hi guys,
sadly I've started a website without knowing this feature.
I've renamed "admin" user to "myuser" and used it to created posts and statistics around it.
Recently a user told me that my username wasn't visible inside users list.
Is there a workaround for it?
I only want Users List to show all users.
How can I do it?
Please help me out in this
Thank you
Albuin

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

More
13 years 2 months ago - 13 years 2 months ago #6 by sozzled
The userlist feature in K 1.6 does not show any administrator account. This feature was developed for K 1.6 because a lot of users wanted it that way. I would imagine that it's possible for someone to change this behaviour by modifying the source code. I haven't looked at where this is or how it might be done. Please remember, though, that if you change the source code you will probably have to remember to change the source code again each time that you upgrade Kunena.
Last edit: 13 years 2 months ago by sozzled.
The following user(s) said Thank You: boccio, profesionalas

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

More
13 years 2 months ago #7 by boccio
Thank you for your help,
I'll search for sourcecode... but if soemone already know which line to modify...
suggestions will be really appreciated
Thans again

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

More
13 years 2 months ago #8 by xillibit
Look in \components\com_kunena\funcs\userlist.php around line 73

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

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

More
13 years 2 months ago - 13 years 2 months ago #9 by boccio
Thank you so much!!!!
For further reference I'll post changes here:

The file is exactly
\components\com_kunena\funcs\userlist.php

changed LINE 72 from
Code:
$query .= " AND (name LIKE '%{$this->db->getEscaped($this->search)}%' OR username LIKE '%{$this->db->getEscaped($this->search)}%') AND u.id NOT IN (62)";
to
Code:
$query .= " AND (name LIKE '%{$this->db->getEscaped($this->search)}%' OR username LIKE '%{$this->db->getEscaped($this->search)}%')";

and also on LINE 75 from
Code:
$query .= " AND u.id NOT IN (62)";
to
Code:
$query .= "";

you only have to remove the string AND u.id NOT IN (62) because userID 62 is standard Joomla administrator ID.
Perfect result!!!
Last edit: 13 years 2 months ago by boccio.
The following user(s) said Thank You: profesionalas

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

More
13 years 2 months ago #10 by profesionalas
Hello, in user list not showing super administrator, thats me... it shows that is 12 users but when click on it it shows only 11 users where problem??? thanks

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

Time to create page: 0.427 seconds