how can i install compatible version for beta-13 ?
it is giving error wants beta-15 but i dont want to update beta-15 yet
FriendsOfFlarum User Directory
sinanisler you can try installing with version *
: composer require fof/user-directory:*
How about adding feature for filtering user according to their category: i.e: Mod, Admin, and other categories?
There's actually an open PR for that already!
askvortsov PR
Sorry for being noob! But what's open pr
?
Bishwas-py pull request. Essentially, I've written up and presented one potential implementation in the code, and it now needs to go through a review process by the FoF team.
askvortsov Can you provide me the github link with composer
installer.
- Edited
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.
- Edited
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?
That strange, I cannot see anything. Are you sure you are on the right forum?
The forum: http://sandbox-adventure.com/forum/
The users page: http://sandbox-adventure.com/forum/users/
If so, which browser are you using, please?
- Edited
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)
- Edited
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)
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
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:"*"