Kyrne Doing that right now.

Edit: your GitHub link in the OP goes to GitLab.
What's the difference? I don't have an account with GitLab.

    bikepost gitlab is where we host our code now. You can sign up for gitlab with a GitHub account.

      Kyrne I wonder if you could explain why you decided to move away from the highly respected GitHub?

      Also perhaps, change the OP to state GitLab instead of the current GitHub?

        3 months later

        Everything is good, but I have two problems and a suggestion.

        1. Why have the large gap after the discussions?
        2. The number of users seems not to work.

        And by the way, why not make clicking on a user show a model with his controls and the strikes on him? That'd be more user friendly.

          SHC Why have the large gap after the discussions?

          This depends on the width of your screen. The first four columns are floated to the left, the fifth and sixth column are floated to the right.

          SHC The number of users seems not to work.

          This is not the number uf users in your forum, but the number of users shown on one page. You should see a Button Show more at the end of your list. This number (2000) should be an editable field, just klick on it and change the value to your liking.

          • SHC replied to this.

            Pollux This depends on the width of your screen. The first four columns are floated to the left, the fifth and sixth column are floated to the right.

            I'm just asking why not move everything to the left. It was a bit uncomfortable to make the mouse reach to the other end. This monitor is just 1080p, but our admin runs a 4K one with 32", increasing the distance between the fields even more.

            Pollux This is not the number uf users in your forum, but the number of users shown on one page.

            I knew that, that is what is not working for me. I did set it to 2000, and saved the changes. Now even after I did that, I'm only getting a few users in the list in each page.

            @Kyrne By the way, I've got another suggestion too, why not add a row that allows to select numbered pages? Something like the bottom in the google search would be fantastic.

              SHC I'm just asking why not move everything to the left.

              This sounds like a good idea. For the time being, you can do that yourself by adding the following CSS rule to the Appearance section of your admin panel:

              .MemberListItem-info {
                  max-width: 45rem;
              }
              2 months later

              Shouldn't the person who received a strike, receive a notification about it? Otherwise he will continue repeating his mistakes.
              Also would be nice to have the possibility of re-ordering members in the "Members List" tab by:
              the number of strikes
              name A-z or Z-a
              active - not active
              number of posts and so on... every variable it has - would be nice to have it "sortable".

              Further ahead, would be nice to have the possibility of banning / blocking an account or IP automatically when a member reaches x nr. of strikes.

              thanks.

                a month later

                I want to remove the possibility that users enter a negative



                What can I do, so that they are only positive.

                Thanks

                  4 days later

                  Kyrne Would you be able to add an "Email" Button beside the user's name, then an "Email All Users" at the top of the page? This simplifies it when you need to send an email to users about an issue with them, or a notification about their account.

                    Hi @Kyrne not sure where you're headed with this but if you do a separate extensions for them, or even on this one in the meantime, would it be possible to have an alert sent to anyone with the manually activate users permission on when email registrations are off?

                    Would also be nice to allow admins to manually add users ?.

                      5 days later

                      In the user list, could you add the feature to see what a users roles are, without having to open their profile? Thanks ?

                        Sorry for the lack of responses from ReFlar, we've been very busy with IRL commitments. As a co-founder, I will provide any answers to your questions, bugs, or feedbacks to the best of my abilities!

                        just-do-it

                        Love the feedback! Once we split User Management and Strikes properly, we will take good feedback like this into consideration for future development.

                        jesusmoreno24
                        This is something we can easily address due to this being a simple fix (the min number should be set to 0 which will not allow negative numbers). Though, I don’t even think age should be part of User Management because it is more of a “user registration and profile customization” kind of feature.
                        Frink

                        This was removed due to early on development concerns, @luceos created a version that has an email option for his version of user management. Though, we will consider bringing it back in beta 8.

                        wignu

                        Both wonderful ideas I have always wanted to implement but never had the time to. This is on our to-do list ?

                        MelonCola

                        Sounds very useful! (consider it a soon-to-be addition in a future release)

                        To everyone else: We will address UI/UX bugs/fixes in later releases!

                        Thanks for your responses @Ralkage appreciate it ?.

                        One thing I did notice is that when email registrations are off the user isn't required to put in an email address and a default one is created. For our part we still want them to have to put in an email address even if regtistration this way is disabled.

                          wignu You might be able to use Masquerade to simulate something like that (Flagrow Masquerade). You could force the user to complete their profile, then add an Email Address field....

                          @Frink True, but then that's using an addon to fix an issue caused by another addon if you get my drift. IMO better to have the option in the initial one causing the 'issue' than to have to find other nefarious ? means to fix it.

                            wignu Good point! I am more of a "figure out a workaround" guy, then "attempt to fix the problem" ?