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.

11 days later

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.```

    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!
    tG0RWd.png

      9 days later

      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.

          2 months later

          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.

              7 days later

              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".

              a month later
              2 months later

              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.

              5 days later

              Version 0.4.0

              • Added beta 14 support
              • Added setting for default sorting

              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.

              clarkwinkelmann changed the title to 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.