Enhancement:
A condensed table format with with user details in columns (username, display name, email, last login, etc.) with an export to csv (for admins) would be a nice feature.

a month later

DrSchizo Hello looks like something is wrong.

If the extension was installed properly it should look something like this:

Also when I visit the link you provided I see a html page without any css loaded? Did you get any errors while installing? Have you tried clearing cache using php flarum cache:clear?

EDIT: Nvm, looks like you fixed the issue.

Thanks!

Sorry, I was working on the forum and that explained the CSS problem (it was a CHMOD problem).

I had no problem while installing the extension, but I changed the directory CHOWN and CHMOD and the options are now correctly displayed in the admin panel, as it is in your screenshots. But it unfortunately didn't change anything on the frontend 🙁

    DrSchizo well, I can view the user directory and also can see the link in the navbar, what exactly are you experiencing?

    DrSchizo Yes, try clicking on the nav bar link. Direct link doesn't seem to work. I'm guessing it is intentional but not sure. (has to wait for a dev to confirm)

    I don't understand why the direct link doesn't work, but the menu link does indeed work now. Thank you!

    Did you solve the issue? I don't see the two links on your website anymore so cannot test.

    If you insert the link anywhere, make sure you use /users and not /users/ as the target (no trailing slash)

    12 days later

    idea: plaease add menu in user directory (info about users) example:


    all users: count
    online users: open list (open new window with users) (hide this parameter for user if not permissions)
    hidden online users: list (open new window with hidden online users) (hide this parameter for user if not permissions)


    10 days later

    Hey I was not sure where to post this question since it seems to be hanging between user-directory and masquerade so I link it also here:
    aaronlbpeterman

    6 days later

    0.5.1

    • Add username search filtering
    • Add filtering by permission group
    • Integration with flarum/suspend and filter by suspended users
    Updating
    composer require fof/user-directory:"*"

      MikeJones It's working, but require will update version if you have set any to *

      IanM I've notice a bug already. Filtering by group works fine for Admin user, but don't do anything for "standard user"

        Wadera I've notice a bug already. Filtering by group works fine for Admin user, but don't do anything for "standard user"

        Darn it, I thought I covered that. Thank you, I'll check it out

        It looks like it is something to do with the permission "View hidden group badges" as if the user searching does not have that permission, the search returns all users that are in groups other than member regardless of what group is selected. If the user does have that permission it works correctly.
        The same behaviour happens in the global search too if that helps anyone come up with a fix?

        PR is in with a fix for this here the issue came from GroupFilterGambit in core and affected the global too, both of which are covered by this PR