SKevo Ok. For the future is it aproperiate way of informing about extension update? Or should I post it in our thread?
Trust Levels (Automatic Group Assignment)
aaronlbpeterman the "official" way is through GitHub. Although I've never seen anyone request an update there (GitHub doesn't receive much attention in general, I want to look for ways to put it more on eyes). Maybe it's because that I keep every extension up-to-date once in a while (approx. every week).
You can just ping me anywhere, even on Discord, write me a mail or send a letter - I'll get the message. As for appropriate way, then that's GitHub, but I think that extension update isn't that big deal to be requested in an issue. A simple message will do the trick
- Edited
I would like to point out one potential enhancement. I don't know whether it would be hard to implement but whatever. One genious idea is to let advance from one rank to another (old rank is replaced with new one). Example based on likes:
Liked (50 likes) >> Popular (150 likes) >> Loved One (300 likes)
Edit.
Oh Its actually possible sorry xD
aaronlbpeterman This is made slightly more complex because these trust levels are unordered (not really levels), so a user can have several or none at once.
- Edited
askvortsov What I did is:
Liked: 50 <= x <= 149
Popular: 150 <= x <= 299
Loved One: 300 <= x
It works just fine. When users stops satisfying previous range old rank goes off and new one is on.
- Edited
What is the command to recalculate the memberships?
malago trust levels are recalculated when users log in. I believe the command is php flarum trustlevels: recalculate
askvortsov It works!
One thing I noticed, I am planning to add a lot of trust levels as a way to reward my users with new ranks and the list is growing too much for it to be shown in the dropdown area!
When I click "Select a group", I cannot see the last groups since they are going below the modal height. Any way you can fix this?
Thanks!
v0.2.0
Update for beta 16
malago One thing I noticed, I am planning to add a lot of trust levels as a way to reward my users with new ranks and the list is growing too much for it to be shown in the dropdown area!
When I click "Select a group", I cannot see the last groups since they are going below the modal height. Any way you can fix this?
Thanks!
I have a big UX refactor planned, no guaruntee as to the date yet unfortunately.
[deleted]
I want site administrators not to be included in these groups. what can I do?
[deleted] This currently isn't supported, but I might eventually add support via "conditions"
[deleted]
- Edited
How can I use php flarum trustlevels: recalculate
command. This code did not work in ssh
[deleted]
[deleted] This is a bug, but try with --amount=500
[deleted]
askvortsov same error
[deleted] make sure you remove the space after :
[deleted]
clarkwinkelmann thanks it worked. What does amount
mean?
[deleted] It batches users, so essentially, how many users per batch to process.
[deleted]
askvortsov thank you a lot