DevanNarayanan if you encounter memory issues, check your host has enough memory to run Composer. This is not related to any extension in particular.
Feel free to open a new support discussion if you need more help.
DevanNarayanan if you encounter memory issues, check your host has enough memory to run Composer. This is not related to any extension in particular.
Feel free to open a new support discussion if you need more help.
Any plan to add sorting by Groups?
It's frustrating to don't have ability to easy check list of Admins or Mods
Wadera we have an open issue for that, but there is no concrete plan to add that at the moment FriendsOfFlarum/user-directory10
Flarum natively has a group:
search gambit for users. Unfortunately it's not super easy to use any I don't think it can be used from the user-directory page. if you type group:admin
in the search bar of Flarum you'll see 5 user results matching the gambit, but that's all.
Can you help im getting this
- Installation request for fof/user-directory ^0.3.4 -> satisfiable by fof/user-directory[0.3.4].
- fof/user-directory 0.3.4 requires flarum/core ^0.1.0-beta.8 -> satisfiable by flarum/core[0.1.x-dev, v0.1.0-beta.10, v0.1.0-beta.11, v0.1.0-beta.11.1, v0.1.0-beta.12, v0.1.0-beta.13, v0.1.0-beta.8, v0.1.0-beta.8.1, v0.1.0-beta.8.2, v0.1.0-beta.9] but these conflict with your requirements or minimum-stability.```
HeyJack0001 Can you please post the output from php flarum info
?
HeyJack0001 make sure you are running the Composer command in the Flarum directory.
Hello, I have successfully installed this plugin.But I want to change the name of this tag on the home page, where can I change it? Thanks so much for taking a look!
Hello,
I have installed this ext. but I can see nowhere in menu.
Flarum 0.1.0-beta.13
PHP 7.4.3
MySQL 8.0.20-0ubuntu0.20.04.1
rmalenko do you see the extension in the admin panel?
To add a link to the users page, you need to enable the corresponding option in the extension settings.
The link will appear on the homepage, not the admin panel.
clarkwinkelmann
Yes, I see and option is enabled
How can I hide the ad in the sidebar for the https://flarum.gen.tr/users link?
Css:
.UserDirectoryList .reklam
{
display: none;
}
I tried this css code. The advertisement appears.
Ad position in the left column under tags on frontpage:
<div class="reklam">
<a href="https://www.digitalocean.com/" target="blank">
<img width="90%" height="90%" src="https://images.prismic.io/www-static/49aa0a09-06d2-4bba-ad20-4bcbe56ac507_logo.png">
</a>
<br>FlarumGenTR, DigitalOcean sunucularında barınmaktadır.
</div>
DursunCan unfortunately .UserDirectoryList
is added to the right part of the page, which isn't a parent of the left side navigation.
I don't think this can be solved with CSS.
clarkwinkelmann I will add google adsense. I blocked the user list page with /robots.txt from accessing bots. But since google ad will appear on this page, my site may be spammed by google.
I wonder what has to be changed to offer ejinLikeCount
in the drop down list.
In the UserDirectory.php I found:
'username_az' => 'username',
'username_za' => '-username',
'newest' => '-joinedAt',
'oldest' => 'joinedAt',
'seen_recent' => '-lastSeenAt',
'seen_oldest' => 'lastSeenAt',
'most_discussions' => '-discussionCount',
'least_discussions' => 'discussionCount'
But there are several other places to be changed. Anyone tried that already to offer a sort by "LIKES" (ejinLikeCount) from the "api/users".
Pika They are going through all of their extensions and updating them. They have a big list and since they are also the core team, it will take them some time. They will get to it and will post when it is compatible. They have already updated a lot of extensions so I am sure they will be getting to this one soon. I am waiting for this one also so am excited too.
You might need to remove this extension to perform the Flarum update due to the major update. You can safely uninstall it with composer remove fof/user-directory
and re-install it once the update is completed.