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

fix: users view banned sorting / filtering #9642

Closed Ruud68 closed 8 months ago

Ruud68 commented 8 months ago

Pull Request for Issue # . filtering of banned users in users view

Summary of Changes

banned status is a constructedd status after the query, so sorting and selecting will not work. This PR adds part of the construction of this field ito the query so we can use it to filter and select banned status. Removed rand sorting as that didn't work (ranks are assigned dynamically after querying the database)

Testing Instructions

in users view, sort the banned column filter on banned = yes