Kunena / Kunena-Forum

Kunena Forum - Forum / Bulletin Board / Discussions component for Joomla - This is the 6.x/5.x main development branch. Please do not open issues regarding earlier versions of Kunena
https://www.kunena.org
GNU General Public License v3.0
1.75k stars 812 forks source link

User filter in logs view shows banned users as enabled and activated #9652

Closed rich20 closed 6 months ago

rich20 commented 6 months ago

When a user is banned from the site, it shows him Activated (see image) and if a user is only banned from the forum, both icons are green (Enabled & Activated) . g13819

Ruud68 commented 6 months ago

There are two user related 'bans':

So what you are describing is actually correct and IMO not a bug / issue: this is how it has always been (and I didn't change that in the refactored users view) it only now shows now that the filters are working correct.

@xillibit correct me if I'm wrong here :)

Ruud68 commented 6 months ago

and also: the user filter in logs view is the Joomla core user field so it doesn't know anything regarding banned or not banned in kunena).

rich20 commented 6 months ago

Yes, it's true, blocked users are also displayed as activated in Joomla. Then it can stay that way I think.

One more off-topic question: Do you also have the user selection twice? . image10

Ruud68 commented 6 months ago

Yes I have, that was one of the reasons to do the test PR because this can lead to confusion. One field is to select the user, the second to select the target user. But because we use the Core Joomla User field we cannot change the label so for both it displays select user.

rich20 commented 6 months ago

Okay, thank you very much. So far everything is working and can be merged.

rich20 commented 6 months ago

Can be merged. https://github.com/Kunena/Kunena-Forum/pull/9651