FriendsOfFlarum User Directory
DursunCan as I explained in FriendsOfFlarum/sitemap18 it must be caused by one of the other extensions you have installed that didn't use the new View extender from beta 14.
The fact it happens on multiple extensions seems to confirm that theory. The problematic extension will be an extension that was enabled before those FoF extension. Likely not an FoF extension since we have taken special care to have them properly updated for beta 14.
clarkwinkelmann Do you read the askvortsov1/flarum-moderator-warnings12 link? do i need to disable all plugins individually to fix this error?
DursunCan I have added a comment over there.
If looking for the string in the source code doesn't work, the way to isolate the issue would be to disable community extensions one by one (except user-directory or another one with the hint issue), until the issue disappears. Then we will know the last extension that was disabled was causing the issue.
- Edited
fof/filter askvortsov1/flarum-moderator-warnings12
I'm trying to install it but i get these errors
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Can only install one of: fof/components[0.2.0, 0.1.1].
- Can only install one of: fof/components[0.2.0, 0.1.1].
- Can only install one of: fof/components[0.2.0, 0.1.1].
- fof/user-directory 0.4.0 requires fof/components 0.2.0 -> satisfiable by fof/components[0.2.0].
- Installation request for fof/user-directory 0.4.0 -> satisfiable by fof/user-directory[0.4.0].
- Installation request for fof/components (locked at 0.1.1) -> satisfiable by fof/components[0.1.1].
Installation failed, reverting ./composer.json to its original content.
[deleted]
- Edited
Bug in Beta 14 version
If you attempt to go to the direct URL of the page without navigating through the site
[2020-12-07 18:43:15] flarum.ERROR: InvalidArgumentException: No hint path defined for [fof.user-directory]. in /home/domain/public_html/vendor/illuminate/view/FileViewFinder.php:112
[deleted] this error is usually caused by a different extension that's loaded before the one that triggers the error.
I have noticed FoF Upload has incorrect view path definition, so it might be the cause.
[deleted]
clarkwinkelmann thanks. Will check
0.5.0
- Flarum beta 15 support
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
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